OSDN Git Service

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 6afa016..f8e6a4e 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.