Commit one last NEON test to use FileCheck. That's all of them now!
[oota-llvm.git] / test / CodeGen / X86 / coalescer-commute2.ll
index c67e0f582496a82eda1c68765bd45decef2a4a8a..5d10bbad09ef09af5d7f406f1441ea2415f90ca0 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep paddw | count 2
-; RUN: llvm-as < %s | llc -march=x86-64 | not grep mov
+; RUN: llc < %s -march=x86-64 | grep paddw | count 2
+; RUN: llc < %s -march=x86-64 | not grep mov
 
 ; The 2-addr pass should ensure that identical code is produced for these functions
 ; no extra copy should be generated.