[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / 2012-05-17-TwoAddressBug.ll
index 171c3f18dc8bc2cf39ef7fce7032758f6cc93c3a..881fa37f99cb8c0e402cf6f9528bc564078d04ca 100644 (file)
@@ -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