Add default architecture.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-08-05 23:36:00 +00:00
parent 5a6c448a7e
commit 201bf25f83

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 {