commit | 14a093ac4ccfec150e49a1666fcec23342862424 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Mon Sep 01 12:00:55 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Mon Sep 01 12:00:55 2008 +0000 |
tree | 227486dc9cd4236e41c00857b6678f3e188efc6f | |
parent | 3cd652d5304135c8264b1fd63095ab3e47ae73a4 [diff] [blame] |
Turn this legalize types test on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55605 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index 3541db2..bb3b194 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]