Add default architecture.

llvm-svn: 54384
This commit is contained in:
Bill Wendling 2008-08-05 23:36:00 +00:00
parent b5fc3c300a
commit bc6786e7ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim | not grep orb
; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim -march=x86 | not grep orb
; PR2629
define void @f(i8* %x) nounwind {