summaryrefslogtreecommitdiffstats
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
commit60354bd3cf839778c92ac66b66de5794aa0ebd33 (patch)
tree2b0d36782b6b69f2ca5d2fd85db7cedaeca3754b
parent374af662e99d03bb12a434beb07bbc24aef8aeed (diff)
downloadbcm5719-llvm-60354bd3cf839778c92ac66b66de5794aa0ebd33.tar.gz
bcm5719-llvm-60354bd3cf839778c92ac66b66de5794aa0ebd33.zip
Fix test added in r209242: llc shouldn't create files in source tree
llvm-svn: 209252
-rw-r--r--llvm/test/CodeGen/ARM64/indexed-vector-ldst-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/indexed-vector-ldst-2.ll b/llvm/test/CodeGen/ARM64/indexed-vector-ldst-2.ll
index 654f96acc64..c118f109289 100644
--- a/llvm/test/CodeGen/ARM64/indexed-vector-ldst-2.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud