summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/2008-08-01-AsmInline.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-08-01-AsmInline.ll
parent41fe88b26dab59bedc9e45a43752245b9ec3496a (diff)
downloadllvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.gz
llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.bz2
llvm-7cb07874dcadaa9a5082a80959cd15d44ba3a133.tar.xz
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-01-AsmInline.ll')
-rw-r--r--test/CodeGen/Mips/2008-08-01-AsmInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/2008-08-01-AsmInline.ll b/test/CodeGen/Mips/2008-08-01-AsmInline.ll
index 1bd645af73..fea5730f73 100644
--- a/test/CodeGen/Mips/2008-08-01-AsmInline.ll
+++ b/test/CodeGen/Mips/2008-08-01-AsmInline.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 mfhi %t | count 1
; RUN: grep mflo %t | count 1
; RUN: grep multu %t | count 1