Fix this test to avoid leaving a temporary file behind.
authorEric Christopher <echristo@apple.com>
Mon, 15 Aug 2011 20:55:03 +0000 (20:55 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 15 Aug 2011 20:55:03 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137651 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll

index 6afa0161ca40e948156ea95ac86b92c9114d5e1e..f8e6a4e9faf3a0abab5c62d86c37dd0d03f64ffd 100644 (file)
@@ -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.