From acf621545dace3f78904072f88fb05dd983dab2e Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 20 May 2014 22:40:31 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM64/indexed-vector-ldst-2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM64/indexed-vector-ldst-2.ll b/test/CodeGen/ARM64/indexed-vector-ldst-2.ll index 654f96acc64..c118f109289 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.