diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-09-01 12:00:55 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-09-01 12:00:55 +0000 |
| commit | 14a093ac4ccfec150e49a1666fcec23342862424 (patch) | |
| tree | 227486dc9cd4236e41c00857b6678f3e188efc6f /test/CodeGen/Generic/APIntLoadStore.ll | |
| parent | 3cd652d5304135c8264b1fd63095ab3e47ae73a4 (diff) | |
Turn this legalize types test on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/APIntLoadStore.ll')
| -rw-r--r-- | test/CodeGen/Generic/APIntLoadStore.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index 3541db2176..bb3b194240 100644 --- a/test/CodeGen/Generic/APIntLoadStore.ll +++ b/test/CodeGen/Generic/APIntLoadStore.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_l = external global i1 ; <i1*> [#uses=1] @i1_s = external global i1 ; <i1*> [#uses=1] @i2_l = external global i2 ; <i2*> [#uses=1] |
