test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They are...
[oota-llvm.git] / test / CodeGen / X86 / sse-align-7.ll
index 5784481c5ae9a29d6dcad2881d7ce5197da7d35c..e55d5859560e88e362a95d51130e96efc325f128 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc < %s -march=x86-64 | grep movaps | count 1
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; CHECK:     movaps
+; CHECK-NOT:     movaps
 
 define void @bar(<2 x i64>* %p, <2 x i64> %x) nounwind {
   store <2 x i64> %x, <2 x i64>* %p