aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/APIntLoadStore.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/APIntLoadStore.ll
parent41fe88b26dab59bedc9e45a43752245b9ec3496a (diff)
downloadexternal_llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.zip
external_llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.gz
external_llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.bz2
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/APIntLoadStore.ll')
-rw-r--r--test/CodeGen/Generic/APIntLoadStore.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll
index bb3b194..bee7c63 100644
--- a/test/CodeGen/Generic/APIntLoadStore.ll
+++ b/test/CodeGen/Generic/APIntLoadStore.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -enable-legalize-types
+; RUN: llvm-as < %s | llc
@i1_l = external global i1 ; <i1*> [#uses=1]
@i1_s = external global i1 ; <i1*> [#uses=1]
@i2_l = external global i2 ; <i2*> [#uses=1]