aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp-elim-and-no-fp-elim.ll')
-rw-r--r--test/CodeGen/X86/fp-elim-and-no-fp-elim.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll b/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
index 3468a45..c3b2dfb 100644
--- a/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
+++ b/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple x86_64-apple-darwin | FileCheck %s
define void @bar(i32 %argc) #0 {
-; CHECK: bar:
+; CHECK-LABEL: bar:
; CHECK: pushq %rbp
entry:
%conv = sitofp i32 %argc to double
@@ -14,7 +14,7 @@ entry:
}
define void @qux(i32 %argc) #1 {
-; CHECK: qux:
+; CHECK-LABEL: qux:
; CHECK-NOT: pushq %rbp
entry:
%conv = sitofp i32 %argc to double