[x86] Finish switching from CHECK to ALL. This was mistakenly included

in r214007 and then reverted when I backed that (very misguided) patch
out. This recovers the test case cleanup which was good.

llvm-svn: 214010
This commit is contained in:
Chandler Carruth 2014-07-26 03:46:54 +00:00
parent f6406ac5d6
commit 591c16a967
1 changed files with 4 additions and 4 deletions

View 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()