fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!
[oota-llvm.git] / test / CodeGen / X86 / subreg-to-reg-1.ll
index aa26f06aba96af3707b141571ffcbae3fb7ee3b6..a297728aee8975353b671f5dcdbe308203079b08 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {leal   .*), %e.\*} | count 1
+; RUN: llc < %s -march=x86-64 | grep {leal     .*), %e.\*} | count 1
 
 ; Don't eliminate or coalesce away the explicit zero-extension!
 ; This is currently using an leal because of a 3-addressification detail,