summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/mcinst-lowering.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/mcinst-lowering.ll')
-rw-r--r--llvm/test/CodeGen/X86/mcinst-lowering.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/mcinst-lowering.ll b/llvm/test/CodeGen/X86/mcinst-lowering.ll
index 391f9398f0b..a82cfc431ba 100644
--- a/llvm/test/CodeGen/X86/mcinst-lowering.ll
+++ b/llvm/test/CodeGen/X86/mcinst-lowering.ll
@@ -30,7 +30,7 @@ define i32 @f1() nounwind {
%conv = sext i16 %ax to i32
ret i32 %conv
-; CHECK: f1:
+; CHECK-LABEL: f1:
; CHECK: cwtl ## encoding: [0x98]
}
@@ -39,6 +39,6 @@ define i64 @f2() nounwind {
%conv = sext i32 %eax to i64
ret i64 %conv
-; CHECK: f2:
+; CHECK-LABEL: f2:
; CHECK: cltq ## encoding: [0x48,0x98]
}
OpenPOWER on IntegriCloud