Move the complex address expression out of DIVariable and into an extra
[oota-llvm.git] / test / CodeGen / X86 / anyext.ll
index c5f03abee71e6839282b21163ca0382d22500cdd..106fe83661b413c3302f0eb40c20af3cf593f519 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep movzbl | count 2
+; RUN: llc < %s -march=x86-64 | grep movzbl | count 2
 
 ; Use movzbl to avoid partial-register updates.