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 | b3ac388fda3d4b5c6446603377af0a0f70b64b4b (patch) | |
tree | fbc21ea8f26a9fbd8b110056a60cdd4a502c1d95 /test/CodeGen/Mips/2008-08-07-FPRound.ll | |
parent | f441321f18c232e901ba887c24b7828982ccb166 (diff) | |
download | external_llvm-b3ac388fda3d4b5c6446603377af0a0f70b64b4b.zip external_llvm-b3ac388fda3d4b5c6446603377af0a0f70b64b4b.tar.gz external_llvm-b3ac388fda3d4b5c6446603377af0a0f70b64b4b.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-08-07-FPRound.ll')
-rw-r--r-- | test/CodeGen/Mips/2008-08-07-FPRound.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/2008-08-07-FPRound.ll b/test/CodeGen/Mips/2008-08-07-FPRound.ll index 1382f87..fd41ff1 100644 --- a/test/CodeGen/Mips/2008-08-07-FPRound.ll +++ b/test/CodeGen/Mips/2008-08-07-FPRound.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -enable-legalize-types -march=mips | \ -; RUN: grep __truncdfsf2 | count 1 +; RUN: llvm-as < %s | llc -march=mips | grep __truncdfsf2 | 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" target triple = "mipsallegrexel-psp-elf" |