summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/rotate.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-11-29 23:08:41 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-11-29 23:08:41 +0000
commited2a7d2780399cb2b4fce1e44994949895f6af49 (patch)
tree909b27740e52633ff9799a874c2c227893ffc5a8 /test/CodeGen/Mips/rotate.ll
parent4c7edb3ad8bd513c59190f6ebee9bee34af7d247 (diff)
downloadllvm-ed2a7d2780399cb2b4fce1e44994949895f6af49.tar.gz
llvm-ed2a7d2780399cb2b4fce1e44994949895f6af49.tar.bz2
llvm-ed2a7d2780399cb2b4fce1e44994949895f6af49.tar.xz
Change names for MIPS "generic" processors defined in Mips.td to match what GNU
tools use. Patch by Simon Atanasyan. "mips32r1" => "mips32" "4ke" => mips32r2" "mips64r1" => "mips64" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145451 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/rotate.ll')
-rw-r--r--test/CodeGen/Mips/rotate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/rotate.ll b/test/CodeGen/Mips/rotate.ll
index 8e27f4aad6..4f3cfb7df4 100644
--- a/test/CodeGen/Mips/rotate.ll
+++ b/test/CodeGen/Mips/rotate.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
+; RUN: llc -march=mips -mcpu=mips32r2 < %s | FileCheck %s
; CHECK: rotrv $2, $4
define i32 @rot0(i32 %a, i32 %b) nounwind readnone {