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 | fdbe925974db713a11135a548a5fa523616fa8c7 (patch) | |
tree | ac9320b4b75e32c786077f5bf3a95141be6bb3b1 /llvm/test/CodeGen/Generic/APIntParam.ll | |
parent | 130d9efec3e856c1c8302df978afe5456ac7a0b9 (diff) | |
download | bcm5719-llvm-fdbe925974db713a11135a548a5fa523616fa8c7.tar.gz bcm5719-llvm-fdbe925974db713a11135a548a5fa523616fa8c7.zip |
Turn this legalize types test on.
llvm-svn: 55605
Diffstat (limited to 'llvm/test/CodeGen/Generic/APIntParam.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/APIntParam.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/APIntParam.ll b/llvm/test/CodeGen/Generic/APIntParam.ll index 6d20c0c379d..8ce45d5ccd5 100644 --- a/llvm/test/CodeGen/Generic/APIntParam.ll +++ b/llvm/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] |