Force x86 backend

llvm-svn: 21940
This commit is contained in:
Chris Lattner 2005-05-13 16:20:59 +00:00
parent 6756f2f795
commit 5b256d67cc
1 changed files with 1 additions and 1 deletions

View File

@ -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.