[llvm-commits] [llvm] r137651 - /llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll

Eric Christopher echristo at apple.com
Mon Aug 15 13:55:03 PDT 2011


Author: echristo
Date: Mon Aug 15 15:55:03 2011
New Revision: 137651

URL: http://llvm.org/viewvc/llvm-project?rev=137651&view=rev
Log:
Fix this test to avoid leaving a temporary file behind.

Modified:
    llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll

Modified: llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll?rev=137651&r1=137650&r2=137651&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll Mon Aug 15 15:55:03 2011
@@ -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.





More information about the llvm-commits mailing list