summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/2008-07-03-SRet.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
commit7cb07874dcadaa9a5082a80959cd15d44ba3a133 (patch)
treefbc21ea8f26a9fbd8b110056a60cdd4a502c1d95 /test/CodeGen/Mips/2008-07-03-SRet.ll
parent41fe88b26dab59bedc9e45a43752245b9ec3496a (diff)
downloadexternal_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-03-SRet.ll')
-rw-r--r--test/CodeGen/Mips/2008-07-03-SRet.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/2008-07-03-SRet.ll b/test/CodeGen/Mips/2008-07-03-SRet.ll
index b2813f2..53ceaf3 100644
--- a/test/CodeGen/Mips/2008-07-03-SRet.ll
+++ b/test/CodeGen/Mips/2008-07-03-SRet.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -enable-legalize-types -march=mips | \
-; RUN: grep {sw.*(\$4)} | count 3
+; RUN: llvm-as < %s | llc -march=mips | grep {sw.*(\$4)} | count 3
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"