summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/2008-07-22-Cstpool.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/Mips/2008-07-22-Cstpool.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/Mips/2008-07-22-Cstpool.ll')
-rw-r--r--test/CodeGen/Mips/2008-07-22-Cstpool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/2008-07-22-Cstpool.ll b/test/CodeGen/Mips/2008-07-22-Cstpool.ll
index 770cc69c04..99eccf500d 100644
--- a/test/CodeGen/Mips/2008-07-22-Cstpool.ll
+++ b/test/CodeGen/Mips/2008-07-22-Cstpool.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -enable-legalize-types -march=mips -f -o %t
+; RUN: llvm-as < %s | llc -march=mips -f -o %t
; RUN: grep {CPI\[01\]_\[01\]:} %t | count 2
; RUN: grep {rodata.cst4,"aM",@progbits} %t | count 1
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"