diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll b/llvm/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll index 760fe3650e9..4ea364d57e5 100644 --- a/llvm/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll +++ b/llvm/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 +; RUN: llc < %s -march=x86 ; PR825 define i64 @test() { |