[x86] Finish switching from CHECK to ALL. This was mistakenly included
authorChandler Carruth <chandlerc@gmail.com>
Sat, 26 Jul 2014 03:46:54 +0000 (03:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 26 Jul 2014 03:46:54 +0000 (03:46 +0000)
in r214007 and then reverted when I backed that (very misguided) patch
out. This recovers the test case cleanup which was good.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214010 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pmul.ll

index 4944d6b9083e89443cd4fe1259434e4b856c8f21..e129d5618aa2f00dbd421955eec0c0c2e2ffd0c3 100644 (file)
@@ -84,10 +84,10 @@ entry:
 }
 
 define <2 x i64> @f(<2 x i64> %i, <2 x i64> %j) nounwind  {
-; CHECK-LABEL: f:
-; CHECK:         pmuludq
-; CHECK:         pmuludq
-; CHECK:         pmuludq
+; ALL-LABEL: f:
+; ALL:         pmuludq
+; ALL:         pmuludq
+; ALL:         pmuludq
 entry:
   ; Use a call to force spills.
   call void @foo()