summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/o32_cc_byval.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/o32_cc_byval.ll
parent921d01ae1ff4e1dad2daeed22f8259a7a520412f (diff)
downloadllvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.tar.gz
llvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.tar.bz2
llvm-33ff5aeaa81b6933d14bc889a5368d7559518e90.tar.xz
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/o32_cc_byval.ll')
-rw-r--r--test/CodeGen/Mips/o32_cc_byval.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/o32_cc_byval.ll b/test/CodeGen/Mips/o32_cc_byval.ll
index f5e1a878dc..e6734808ab 100644
--- a/test/CodeGen/Mips/o32_cc_byval.ll
+++ b/test/CodeGen/Mips/o32_cc_byval.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
+; RUN: llc -march=mipsel < %s | FileCheck %s
%0 = type { i8, i16, i32, i64, double, i32, [4 x i8] }
%struct.S1 = type { i8, i16, i32, i64, double, i32 }