diff options
Diffstat (limited to 'test/Transforms/TailCallElim/basic.ll')
-rw-r--r-- | test/Transforms/TailCallElim/basic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/TailCallElim/basic.ll b/test/Transforms/TailCallElim/basic.ll index ffb757005c..35420ab08c 100644 --- a/test/Transforms/TailCallElim/basic.ll +++ b/test/Transforms/TailCallElim/basic.ll @@ -98,7 +98,7 @@ cond_false: ; ; rdar://14324281. define void @test6(i32* %a, i32* %b) { -; CHECK: @test6 +; CHECK-LABEL: @test6( ; CHECK-NOT: tail call ; CHECK: ret void %c = alloca [100 x i8], align 16 @@ -112,7 +112,7 @@ define void @test6(i32* %a, i32* %b) { ; rdar://14324281 define void @test7(i32* %a, i32* %b) nounwind uwtable { entry: -; CHECK: @test7 +; CHECK-LABEL: @test7( ; CHECK-NOT: tail call ; CHECK: ret void %c = alloca [100 x i8], align 16 |