summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/frame-address.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-09-09 20:45:50 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-09-09 20:45:50 +0000
commit8ddf6531b88937dec35bf2bb3a55245b1af9cbf5 (patch)
treeb02f180f3b69779d7e4915457516d4c04c34c8b7 /test/CodeGen/Mips/frame-address.ll
parent8ffad56f8eb41c73ecf40d1aa473819eb6915c12 (diff)
downloadllvm-8ddf6531b88937dec35bf2bb3a55245b1af9cbf5.tar.gz
llvm-8ddf6531b88937dec35bf2bb3a55245b1af9cbf5.tar.bz2
llvm-8ddf6531b88937dec35bf2bb3a55245b1af9cbf5.tar.xz
Drop support for Mips1 and Mips2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/frame-address.ll')
-rw-r--r--test/CodeGen/Mips/frame-address.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/frame-address.ll b/test/CodeGen/Mips/frame-address.ll
index c48ce7e73d..9df1808fde 100644
--- a/test/CodeGen/Mips/frame-address.ll
+++ b/test/CodeGen/Mips/frame-address.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -mcpu=mips2 < %s | FileCheck %s
+; RUN: llc -march=mipsel < %s | FileCheck %s
declare i8* @llvm.frameaddress(i32) nounwind readnone