Fix a broadcast related regression on the vector shuffle lowering.
[oota-llvm.git] / test / CodeGen / X86 / commute-intrinsic.ll
index 12c0e03f6f481931bbfee8ef4c57c1d3a9be76e5..7d5ca47668921016ed8cb8633e45cc4882dd734f 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s | llc -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]