diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-07-17 17:06:03 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-07-17 17:06:03 +0000 |
| commit | f00e74f4d64385e6b2ee29887114e7c8abdf1f17 (patch) | |
| tree | 6a63baee0b784b5c76a1c5194c104cac276f32a5 /test/CodeGen/Generic/APIntLoadStore.ll | |
| parent | e99b255b5cd702aaac8447708b76defbc92826b2 (diff) | |
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/APIntLoadStore.ll')
| -rw-r--r-- | test/CodeGen/Generic/APIntLoadStore.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index bee7c63298..3541db2176 100644 --- a/test/CodeGen/Generic/APIntLoadStore.ll +++ b/test/CodeGen/Generic/APIntLoadStore.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc +; XFAIL: * @i1_l = external global i1 ; <i1*> [#uses=1] @i1_s = external global i1 ; <i1*> [#uses=1] @i2_l = external global i2 ; <i2*> [#uses=1] |
