summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/seteq.ll
diff options
context:
space:
mode:
authorHrvoje Varga <Hrvoje.Varga@imgtec.com>2016-04-25 15:40:08 +0000
committerHrvoje Varga <Hrvoje.Varga@imgtec.com>2016-04-25 15:40:08 +0000
commit0f2c518ef70e24424067dfba4a50e264f0d0669a (patch)
treed948fa5f8f499e0bd368ab764f1487028a5fffd0 /test/CodeGen/Mips/seteq.ll
parent0b9fb1e975d74deb58696a8a7fe3e0af7b84d07a (diff)
[mips][microMIPS] Revert commit r267137
Commit r267137 was the reason for failing tests in LLVM test suite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/seteq.ll')
-rw-r--r--test/CodeGen/Mips/seteq.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/seteq.ll b/test/CodeGen/Mips/seteq.ll
index 532dd3b311f..76f9bb3ebf9 100644
--- a/test/CodeGen/Mips/seteq.ll
+++ b/test/CodeGen/Mips/seteq.ll
@@ -1,5 +1,4 @@
; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
-; RUN: llc -march=mips -mcpu=mips32r6 -mattr=micromips -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=MMR6
@i = global i32 1, align 4
@j = global i32 10, align 4
@@ -16,7 +15,6 @@ entry:
store i32 %conv, i32* @r1, align 4
; 16: xor $[[REGISTER:[0-9A-Ba-b_]+]], ${{[0-9]+}}
; 16: sltiu $[[REGISTER:[0-9A-Ba-b_]+]], 1
-; MMR6: sltiu ${{[0-9]+}}, ${{[0-9]+}}, 1
; 16: move ${{[0-9]+}}, $24
ret void
}