mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
avoid ambiguity in target selection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
148b6a419f
commit
02f7906b2f
@ -1,7 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||
|
||||
target endian = little
|
||||
target pointersize = 32
|
||||
%struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, int, int }
|
||||
|
||||
implementation ; Functions:
|
||||
|
Loading…
Reference in New Issue
Block a user