test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They are...
[oota-llvm.git] / test / CodeGen / X86 / sse_reload_fold.ll
index dc3d6fe6797dd5207f7c262355ed1ad8fd738cbe..02399c4995564ae9c9896f7a915c1c67fc01596b 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llc < %s -march=x86-64 -mattr=+64bit,+sse3 -print-failed-fuse-candidates |& \
-; RUN:   grep fail | count 1
+; RUN: llc < %s -mtriple=x86_64-linux -mattr=+64bit,+sse3 -print-failed-fuse-candidates |& FileCheck %s
+; CHECK: fail
+; CHECK-NOT: fail
 
 declare float @test_f(float %f)
 declare double @test_d(double %f)