From 591c16a967c02508babd25a170d828e2502fa767 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 26 Jul 2014 03:46:54 +0000 Subject: [PATCH] [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 --- llvm/test/CodeGen/X86/pmul.ll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/test/CodeGen/X86/pmul.ll b/llvm/test/CodeGen/X86/pmul.ll index 4944d6b..e129d56 100644 --- a/llvm/test/CodeGen/X86/pmul.ll +++ b/llvm/test/CodeGen/X86/pmul.ll @@ -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() -- 2.7.4