summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-08-20 00:34:45 +0000
committerChad Rosier <mcrosier@apple.com>2011-08-20 00:34:45 +0000
commit89a67a4d5e451074780922e24ffc6968e66c58d2 (patch)
tree280a91454efa22213e65748e86449a95b3cc7dcf /test/CodeGen/ARM
parenta9fff89e567e8e868ab036051bf2a8b085f32a35 (diff)
downloadllvm-89a67a4d5e451074780922e24ffc6968e66c58d2.tar.gz
llvm-89a67a4d5e451074780922e24ffc6968e66c58d2.tar.bz2
llvm-89a67a4d5e451074780922e24ffc6968e66c58d2.tar.xz
With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."
-verify-machineinstrs can be enabled for this test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
index a7cdb4d1ef..3cbc4cdcd7 100644
--- a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
+++ b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 -o -
+; RUN: llc %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs -mcpu=cortex-a9 -O0 -o -
; Make sure that the VMOVQQQQ pseudo instruction is handled properly
; by codegen.