From c9ae780b5b5ec05841d56ae334cada0aec73732b Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Tue, 30 Apr 2013 07:51:08 +0000 Subject: Rewrite X86 codegen regression test with FileCheck llvm-svn: 180776 --- llvm/test/CodeGen/X86/commute-intrinsic.ll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/commute-intrinsic.ll') diff --git a/llvm/test/CodeGen/X86/commute-intrinsic.ll b/llvm/test/CodeGen/X86/commute-intrinsic.ll index d810cb1eff7..7d5ca476689 100644 --- a/llvm/test/CodeGen/X86/commute-intrinsic.ll +++ b/llvm/test/CodeGen/X86/commute-intrinsic.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -relocation-model=static | not grep movaps +; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -relocation-model=static | FileCheck %s + +; CHECK-NOT: movaps @a = external global <2 x i64> ; <<2 x i64>*> [#uses=1] -- cgit v1.2.3