aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2012-05-17-TwoAddressBug.ll')
-rw-r--r--test/CodeGen/X86/2012-05-17-TwoAddressBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll b/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll
index 171c3f1..881fa37 100644
--- a/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll
+++ b/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll
@@ -6,7 +6,7 @@
; rdar://11472010
define i32 @t(i32 %mask) nounwind readnone ssp {
entry:
-; CHECK: t:
+; CHECK-LABEL: t:
; CHECK-NOT: mov
%sub = add i32 %mask, -65535
%shr = lshr i32 %sub, 23