summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/mips16fpe.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-05-19 10:42:14 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-05-19 10:42:14 +0000
commit7b27dc2e11325c07064236b7d0c59bfe94b56a87 (patch)
treebb749b745c0b97c55e3d0d7d1812a17e6c564252 /test/CodeGen/Mips/mips16fpe.ll
parent7e9b79653d12e6f6b4fc594fef9f31ca49912d5e (diff)
[mips][mips16] Fix ZERO is not a CPU16Regs register error from the machine verifier.
Summary: Partially fixes PR27458 Reviewers: sdardis Subscribers: dsanders, llvm-commits, sdardis Differential Revision: http://reviews.llvm.org/D20330 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/mips16fpe.ll')
-rw-r--r--test/CodeGen/Mips/mips16fpe.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/mips16fpe.ll b/test/CodeGen/Mips/mips16fpe.ll
index 16695e45265..b8f1d945f35 100644
--- a/test/CodeGen/Mips/mips16fpe.ll
+++ b/test/CodeGen/Mips/mips16fpe.ll
@@ -1,4 +1,5 @@
-; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16hf
+; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 \
+; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=16hf
@x = global float 5.000000e+00, align 4
@y = global float 1.500000e+01, align 4