[x86] Revert r214007: Fix PR20355 ...
[oota-llvm.git] / test / CodeGen / X86 / pmul.ll
index e129d5618aa2f00dbd421955eec0c0c2e2ffd0c3..4944d6b9083e89443cd4fe1259434e4b856c8f21 100644 (file)
@@ -84,10 +84,10 @@ entry:
 }
 
 define <2 x i64> @f(<2 x i64> %i, <2 x i64> %j) nounwind  {
-; ALL-LABEL: f:
-; ALL:         pmuludq
-; ALL:         pmuludq
-; ALL:         pmuludq
+; CHECK-LABEL: f:
+; CHECK:         pmuludq
+; CHECK:         pmuludq
+; CHECK:         pmuludq
 entry:
   ; Use a call to force spills.
   call void @foo()