summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/APIntParam.ll
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-17 17:06:03 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-17 17:06:03 +0000
commitf00e74f4d64385e6b2ee29887114e7c8abdf1f17 (patch)
tree6a63baee0b784b5c76a1c5194c104cac276f32a5 /test/CodeGen/Generic/APIntParam.ll
parente99b255b5cd702aaac8447708b76defbc92826b2 (diff)
downloadllvm-f00e74f4d64385e6b2ee29887114e7c8abdf1f17.tar.gz
llvm-f00e74f4d64385e6b2ee29887114e7c8abdf1f17.tar.bz2
llvm-f00e74f4d64385e6b2ee29887114e7c8abdf1f17.tar.xz
Turn LegalizeTypes back off again for the moment:
it is breaking Darwin bootstrap due to missing functionality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/APIntParam.ll')
-rw-r--r--test/CodeGen/Generic/APIntParam.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/APIntParam.ll b/test/CodeGen/Generic/APIntParam.ll
index c1a3a449bc..6d20c0c379 100644
--- a/test/CodeGen/Generic/APIntParam.ll
+++ b/test/CodeGen/Generic/APIntParam.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc
+; XFAIL: *
@i1_s = external global i1 ; <i1*> [#uses=1]
@i2_s = external global i2 ; <i2*> [#uses=1]
@i3_s = external global i3 ; <i3*> [#uses=1]