[llvm] r209252 - Fix test added in r209242: llc shouldn't create files in source tree

Alexey Samsonov samsonov at google.com
Tue May 20 15:40:31 PDT 2014


Author: samsonov
Date: Tue May 20 17:40:31 2014
New Revision: 209252

URL: http://llvm.org/viewvc/llvm-project?rev=209252&view=rev
Log:
Fix test added in r209242: llc shouldn't create files in source tree

Modified:
    llvm/trunk/test/CodeGen/ARM64/indexed-vector-ldst-2.ll

Modified: llvm/trunk/test/CodeGen/ARM64/indexed-vector-ldst-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM64/indexed-vector-ldst-2.ll?rev=209252&r1=209251&r2=209252&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM64/indexed-vector-ldst-2.ll (original)
+++ llvm/trunk/test/CodeGen/ARM64/indexed-vector-ldst-2.ll Tue May 20 17:40:31 2014
@@ -1,4 +1,4 @@
-; RUN: llc %s
+; RUN: llc < %s
 
 ; This used to assert with "Overran sorted position" in AssignTopologicalOrder
 ; due to a cycle created in performPostLD1Combine.





More information about the llvm-commits mailing list