summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/eh.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
commit56247076847790933b5e91639f466c8c7f11ea4a (patch)
tree0bbf00e4d73fdfa2fc07be90d68512bd35e11c87 /llvm/test/CodeGen/Mips/eh.ll
parent53db43b56050aecab831ae2ce98ded41b1f9dc7c (diff)
downloadbcm5719-llvm-56247076847790933b5e91639f466c8c7f11ea4a.tar.gz
bcm5719-llvm-56247076847790933b5e91639f466c8c7f11ea4a.zip
Fix test cases.
Generate code for Mips32r1 unless a Mips32r2 feature is tested. llvm-svn: 139433
Diffstat (limited to 'llvm/test/CodeGen/Mips/eh.ll')
-rw-r--r--llvm/test/CodeGen/Mips/eh.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/eh.ll b/llvm/test/CodeGen/Mips/eh.ll
index 756163ad670..9cd34131a13 100644
--- a/llvm/test/CodeGen/Mips/eh.ll
+++ b/llvm/test/CodeGen/Mips/eh.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=mipsel -mcpu=4ke | FileCheck %s -check-prefix=CHECK-EL
-; RUN: llc < %s -march=mips -mcpu=4ke | FileCheck %s -check-prefix=CHECK-EB
+; RUN: llc < %s -march=mipsel | FileCheck %s -check-prefix=CHECK-EL
+; RUN: llc < %s -march=mips | FileCheck %s -check-prefix=CHECK-EB
@g1 = global double 0.000000e+00, align 8
@_ZTId = external constant i8*
OpenPOWER on IntegriCloud