[llvm-commits] [llvm] r89531 - /llvm/trunk/test/CodeGen/Generic/2009-11-20-NewNode.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Nov 20 18:05:31 PST 2009


Author: stoklund
Date: Fri Nov 20 20:05:31 2009
New Revision: 89531

URL: http://llvm.org/viewvc/llvm-project?rev=89531&view=rev
Log:
Don't leave temporary files in the test directory.

Modified:
    llvm/trunk/test/CodeGen/Generic/2009-11-20-NewNode.ll

Modified: llvm/trunk/test/CodeGen/Generic/2009-11-20-NewNode.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2009-11-20-NewNode.ll?rev=89531&r1=89530&r2=89531&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2009-11-20-NewNode.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2009-11-20-NewNode.ll Fri Nov 20 20:05:31 2009
@@ -1,5 +1,5 @@
-; RUN: llc -march=msp430 %s
-; RUN: llc -march=pic16 %s
+; RUN: llc -march=msp430 < %s
+; RUN: llc -march=pic16 < %s
 ; PR5558
 
 define i64 @_strtoll_r(i16 %base) nounwind {





More information about the llvm-commits mailing list