diff options
author | Duncan Sands <baldrick@free.fr> | 2008-10-27 08:42:46 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-10-27 08:42:46 +0000 |
commit | 8475d567949f850173e0852319b75a0af75141f1 (patch) | |
tree | 460c9b5f61cd561f9967e72b404de166fd2d21c9 /llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll | |
parent | c5a68d26d9fb0ee1cb7449b90a650b014add34b8 (diff) | |
download | bcm5719-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.ll | 2 |
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 |