diff options
author | Eric Christopher <echristo@apple.com> | 2011-08-15 20:55:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-08-15 20:55:03 +0000 |
commit | 801f10f7164367f109c6954eb4988ba53a31bda6 (patch) | |
tree | f3946d6c8bb44456b821c807980813a5317cc9c4 /test | |
parent | 667ccf231b57857ea9e36f1d93bd895242d58284 (diff) | |
download | external_llvm-801f10f7164367f109c6954eb4988ba53a31bda6.zip external_llvm-801f10f7164367f109c6954eb4988ba53a31bda6.tar.gz external_llvm-801f10f7164367f109c6954eb4988ba53a31bda6.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll | 2 |
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 6afa016..f8e6a4e 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. |