summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-15 20:55:03 +0000
committerEric Christopher <echristo@apple.com>2011-08-15 20:55:03 +0000
commit801f10f7164367f109c6954eb4988ba53a31bda6 (patch)
treef3946d6c8bb44456b821c807980813a5317cc9c4 /test/CodeGen/ARM
parent667ccf231b57857ea9e36f1d93bd895242d58284 (diff)
downloadllvm-801f10f7164367f109c6954eb4988ba53a31bda6.tar.gz
llvm-801f10f7164367f109c6954eb4988ba53a31bda6.tar.bz2
llvm-801f10f7164367f109c6954eb4988ba53a31bda6.tar.xz
Fix this test to avoid leaving a temporary file behind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137651 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 6afa0161ca..f8e6a4e9fa 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
+; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 -o -
; The following test is supposed to produce a VMOVQQQQ pseudo instruction.
; Make sure that it gets expanded; otherwise, the compile fails when trying
; to print the pseudo-instruction.