summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/remu.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2015-10-15 14:34:23 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2015-10-15 14:34:23 +0000
commit8008de55515f7e1eba8992f87aa2db0eccfd78fe (patch)
tree43934649f610e4d6a0178f520fd1d235f3f9df6b /llvm/test/CodeGen/Mips/remu.ll
parent5dfcda73d538728812fda0ce5b0025f490fd3c6c (diff)
downloadbcm5719-llvm-8008de55515f7e1eba8992f87aa2db0eccfd78fe.tar.gz
bcm5719-llvm-8008de55515f7e1eba8992f87aa2db0eccfd78fe.zip
[mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.
Summary: The -mcpu=mips16 option caused the Integrated Assembler to crash because it couldn't figure out the architecture revision number to write to the .MIPS.abiflags section. This CPU definition has been removed because, like microMIPS, MIPS16 is an ASE to a base architecture. Reviewers: vkalintiris Subscribers: rkotler, llvm-commits, dsanders Differential Revision: http://reviews.llvm.org/D13656 llvm-svn: 250407
Diffstat (limited to 'llvm/test/CodeGen/Mips/remu.ll')
-rw-r--r--llvm/test/CodeGen/Mips/remu.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/remu.ll b/llvm/test/CodeGen/Mips/remu.ll
index 12679727952..dac4b05cd00 100644
--- a/llvm/test/CodeGen/Mips/remu.ll
+++ b/llvm/test/CodeGen/Mips/remu.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
+; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
@iiii = global i32 103, align 4
@jjjj = global i32 4, align 4
OpenPOWER on IntegriCloud