mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
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:
parent
5a6c448a7e
commit
201bf25f83
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user