summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/cmov.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-09-09 23:14:58 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-09-09 23:14:58 +0000
commit33ff5aeaa81b6933d14bc889a5368d7559518e90 (patch)
tree0965b28b69c4d48df0e0fddd357eecb33a78838f /test/CodeGen/Mips/cmov.ll
parent921d01ae1ff4e1dad2daeed22f8259a7a520412f (diff)
downloadexternal_llvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.zip
external_llvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.tar.gz
external_llvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.tar.bz2
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
Diffstat (limited to 'test/CodeGen/Mips/cmov.ll')
-rwxr-xr-xtest/CodeGen/Mips/cmov.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/cmov.ll b/test/CodeGen/Mips/cmov.ll
index ec37961..7851ba9 100755
--- a/test/CodeGen/Mips/cmov.ll
+++ b/test/CodeGen/Mips/cmov.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
-; RUN: llc -march=mips -mcpu=4ke -regalloc=basic < %s | FileCheck %s
+; RUN: llc -march=mips < %s | FileCheck %s
+; RUN: llc -march=mips -regalloc=basic < %s | FileCheck %s
@i1 = global [3 x i32] [i32 1, i32 2, i32 3], align 4
@i3 = common global i32* null, align 4