summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/APIntParam.ll
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-10-27 08:42:46 +0000
committerDuncan Sands <baldrick@free.fr>2008-10-27 08:42:46 +0000
commit7cb07874dcadaa9a5082a80959cd15d44ba3a133 (patch)
treefbc21ea8f26a9fbd8b110056a60cdd4a502c1d95 /test/CodeGen/Generic/APIntParam.ll
parent41fe88b26dab59bedc9e45a43752245b9ec3496a (diff)
downloadllvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.gz
llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.bz2
llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.xz
Turn on LegalizeTypes, the new type legalization
codegen infrastructure, by default. Please report any breakage to the mailing lists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/APIntParam.ll')
-rw-r--r--test/CodeGen/Generic/APIntParam.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/APIntParam.ll b/test/CodeGen/Generic/APIntParam.ll
index 8ce45d5ccd..c1a3a449bc 100644
--- a/test/CodeGen/Generic/APIntParam.ll
+++ b/test/CodeGen/Generic/APIntParam.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -enable-legalize-types
+; RUN: llvm-as < %s | llc
@i1_s = external global i1 ; <i1*> [#uses=1]
@i2_s = external global i2 ; <i2*> [#uses=1]
@i3_s = external global i3 ; <i3*> [#uses=1]