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:
Chris Lattner 2007-07-05 22:16:19 +00:00
parent 148b6a419f
commit 02f7906b2f

View File

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