commit | 31ddf4c7cd7e66064d2bac0de8d4aa4f883ef1a8 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Thu Jul 17 17:06:03 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Thu Jul 17 17:06:03 2008 +0000 |
tree | 6a63baee0b784b5c76a1c5194c104cac276f32a5 | |
parent | 235666bf4fb212dc622ee7b3ddf5b3f0874b2969 [diff] [blame] |
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
diff --git a/test/CodeGen/Generic/APIntParam.ll b/test/CodeGen/Generic/APIntParam.ll index c1a3a44..6d20c0c 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]