diff options
Diffstat (limited to 'llvm')
-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. |