summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-05-20 22:40:31 +0000
committerAlexey Samsonov <samsonov@google.com>2014-05-20 22:40:31 +0000
commitacf621545dace3f78904072f88fb05dd983dab2e (patch)
treedecdea93e01f696edf90c76aee0d63168df14c01
parented3abe4994fa5cbbae19257232bef87f83354b2d (diff)
downloadllvm-acf621545dace3f78904072f88fb05dd983dab2e.tar.gz
llvm-acf621545dace3f78904072f88fb05dd983dab2e.tar.bz2
llvm-acf621545dace3f78904072f88fb05dd983dab2e.tar.xz
Fix test added in r209242: llc shouldn't create files in source tree
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209252 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM64/indexed-vector-ldst-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM64/indexed-vector-ldst-2.ll b/test/CodeGen/ARM64/indexed-vector-ldst-2.ll
index 654f96acc6..c118f10928 100644
--- a/test/CodeGen/ARM64/indexed-vector-ldst-2.ll
+++ b/test/CodeGen/ARM64/indexed-vector-ldst-2.ll
@@ -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.