diff options
| author | Alexey Samsonov <samsonov@google.com> | 2014-05-20 22:40:31 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2014-05-20 22:40:31 +0000 |
| commit | 60354bd3cf839778c92ac66b66de5794aa0ebd33 (patch) | |
| tree | 2b0d36782b6b69f2ca5d2fd85db7cedaeca3754b | |
| parent | 374af662e99d03bb12a434beb07bbc24aef8aeed (diff) | |
| download | bcm5719-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.ll | 2 |
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. |

