X86InstrInfo::copyPhysReg: workaround reg liveness
[oota-llvm.git] / test / CodeGen / X86 / subreg-to-reg-3.ll
index 6634538c2afd034f2df31c465aca8ccfc20a05d0..80ab1a2e2494273e4a0e996f8e3fa2110bacf389 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep imull
+; RUN: llc < %s -march=x86-64 | FileCheck %s
+
+; CHECK: imull
 
 ; Don't eliminate or coalesce away the explicit zero-extension!