summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.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
commit8475d567949f850173e0852319b75a0af75141f1 (patch)
tree460c9b5f61cd561f9967e72b404de166fd2d21c9 /llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
parentc5a68d26d9fb0ee1cb7449b90a650b014add34b8 (diff)
downloadbcm5719-llvm-8475d567949f850173e0852319b75a0af75141f1.tar.gz
bcm5719-llvm-8475d567949f850173e0852319b75a0af75141f1.zip
Turn on LegalizeTypes, the new type legalization
codegen infrastructure, by default. Please report any breakage to the mailing lists. llvm-svn: 58232
Diffstat (limited to 'llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll')
-rw-r--r--llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
index ea0f5fef062..4d218cf6b4b 100644
--- a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
+++ b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.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 {rodata.str1.4,"aMS",@progbits} %t | count 1
; RUN: grep {r.data,} %t | count 1
; RUN: grep {\%hi} %t | count 2
OpenPOWER on IntegriCloud