diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/tailcallfp2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tailcallfp2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tailcallfp2.ll b/llvm/test/CodeGen/X86/tailcallfp2.ll index 04c4e95710c..9ef0d27f7de 100644 --- a/llvm/test/CodeGen/X86/tailcallfp2.ll +++ b/llvm/test/CodeGen/X86/tailcallfp2.ll @@ -3,7 +3,7 @@ declare i32 @putchar(i32) define fastcc i32 @checktail(i32 %x, i32* %f, i32 %g) nounwind { -; CHECK: checktail: +; CHECK-LABEL: checktail: %tmp1 = icmp sgt i32 %x, 0 br i1 %tmp1, label %if-then, label %if-else |