X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fmul128.ll;h=6825b99f2425e1b4cf2ea7e8554a80407424aae3;hb=c8e72e912627d9276b3cf7c43169d565a0f5a74e;hp=c0ce6b309315f3bb451e347222bb352667fada7d;hpb=b5d12c443870f8191ffa5dc196ece2ddaaf694d4;p=oota-llvm.git diff --git a/test/CodeGen/X86/mul128.ll b/test/CodeGen/X86/mul128.ll index c0ce6b30931..6825b99f242 100644 --- a/test/CodeGen/X86/mul128.ll +++ b/test/CodeGen/X86/mul128.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 | grep mul | count 3 +; RUN: llc < %s -march=x86-64 | grep mul | count 3 define i128 @foo(i128 %t, i128 %u) { %k = mul i128 %t, %u