commit | 7cb07874dcadaa9a5082a80959cd15d44ba3a133 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Mon Oct 27 08:42:46 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Mon Oct 27 08:42:46 2008 +0000 |
tree | fbc21ea8f26a9fbd8b110056a60cdd4a502c1d95 | |
parent | 41fe88b26dab59bedc9e45a43752245b9ec3496a [diff] [blame] |
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
diff --git a/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll b/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll index bf2b4d0..ab6a9c8 100644 --- a/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll +++ b/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.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 __floatsidf %t | count 1 ; RUN: grep __floatunsidf %t | count 1 ; RUN: grep __fixdfsi %t | count 1