Fix test cases.

Generate code for Mips32r1 unless a Mips32r2 feature is tested.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka
2011-09-09 23:14:58 +00:00
parent 921d01ae1f
commit 33ff5aeaa8
15 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
; RUN: llc -march=mips < %s | FileCheck %s
; CHECK: madd $5, $4
define i64 @madd1(i32 %a, i32 %b, i32 %c) nounwind readnone {