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 | 7cb07874dcadaa9a5082a80959cd15d44ba3a133 (patch) | |
tree | fbc21ea8f26a9fbd8b110056a60cdd4a502c1d95 /test/CodeGen/Mips/2008-07-16-SignExtInReg.ll | |
parent | 41fe88b26dab59bedc9e45a43752245b9ec3496a (diff) | |
download | external_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/Mips/2008-07-16-SignExtInReg.ll')
-rw-r--r-- | test/CodeGen/Mips/2008-07-16-SignExtInReg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll b/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll index 872f65d..fc03bb5 100644 --- a/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll +++ b/test/CodeGen/Mips/2008-07-16-SignExtInReg.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 seh %t | count 1 ; RUN: grep seb %t | count 1 |