summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/tls.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
commit4444daeec5650c75dbc3cfa9cf503a0ec27ebaf1 (patch)
tree3b1e3cca729fa8315ecdf7d850e819506f9ea92e /llvm/test/CodeGen/Mips/tls.ll
parent7959fee25860cc995964761a6bff9415947a44a4 (diff)
downloadbcm5719-llvm-4444daeec5650c75dbc3cfa9cf503a0ec27ebaf1.tar.gz
bcm5719-llvm-4444daeec5650c75dbc3cfa9cf503a0ec27ebaf1.zip
Drop support for Mips1 and Mips2.
llvm-svn: 139405
Diffstat (limited to 'llvm/test/CodeGen/Mips/tls.ll')
-rw-r--r--llvm/test/CodeGen/Mips/tls.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/tls.ll b/llvm/test/CodeGen/Mips/tls.ll
index 034738b6262..b0474b4c443 100644
--- a/llvm/test/CodeGen/Mips/tls.ll
+++ b/llvm/test/CodeGen/Mips/tls.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=mipsel -mcpu=mips2 < %s | FileCheck %s -check-prefix=PIC
-; RUN: llc -march=mipsel -mcpu=mips2 -relocation-model=static < %s \
+; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=PIC
+; RUN: llc -march=mipsel -relocation-model=static < %s \
; RUN: | FileCheck %s -check-prefix=STATIC
OpenPOWER on IntegriCloud