commit | cf84d13deb07a76679aff8b3910670c4963484d1 | [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 | d336096d098248baa8f54dda072606ad60d589be [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/APIntParam.ll b/test/CodeGen/Generic/APIntParam.ll index 6d20c0c..8ce45d5 100644 --- a/test/CodeGen/Generic/APIntParam.ll +++ b/test/CodeGen/Generic/APIntParam.ll
@@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; <i1*> [#uses=1] @i2_s = external global i2 ; <i2*> [#uses=1] @i3_s = external global i3 ; <i3*> [#uses=1]