X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fanyext.ll;h=106fe83661b413c3302f0eb40c20af3cf593f519;hb=45b5f7e457423d324c24bf8ebdbcad687faec2b2;hp=c5f03abee71e6839282b21163ca0382d22500cdd;hpb=af70e5c676140a55ec619f552c8fd76b7edf3c6d;p=oota-llvm.git diff --git a/test/CodeGen/X86/anyext.ll b/test/CodeGen/X86/anyext.ll index c5f03abee71..106fe83661b 100644 --- a/test/CodeGen/X86/anyext.ll +++ b/test/CodeGen/X86/anyext.ll @@ -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.