summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/largeimmprinting.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/largeimmprinting.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/largeimmprinting.ll')
-rw-r--r--test/CodeGen/Mips/largeimmprinting.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/largeimmprinting.ll b/test/CodeGen/Mips/largeimmprinting.ll
index fcc20f7994..2333f0789e 100644
--- a/test/CodeGen/Mips/largeimmprinting.ll
+++ b/test/CodeGen/Mips/largeimmprinting.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
+; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck %s
%struct.S1 = type { [65536 x i8] }