From: Chris Lattner Date: Fri, 13 May 2005 16:20:59 +0000 (+0000) Subject: Force x86 backend X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b6cf537e25375d4943fcb4cf7fa2c95786ceb4f8;p=oota-llvm.git Force x86 backend git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21940 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fast-cc-pass-in-regs.ll b/test/CodeGen/X86/fast-cc-pass-in-regs.ll index 740126a9434..43f6493941c 100644 --- a/test/CodeGen/X86/fast-cc-pass-in-regs.ll +++ b/test/CodeGen/X86/fast-cc-pass-in-regs.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -x86-asm-syntax=intel -enable-x86-fastcc | grep 'mov %EDX, 1' +; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'mov %EDX, 1' ; check that fastcc is passing stuff in regs.