From: Chris Lattner Date: Sat, 28 Jun 2003 23:02:04 +0000 (+0000) Subject: Force the interpreter for this testcase X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9272228189c72a409c72e75b5b421e8528647cb8;p=oota-llvm.git Force the interpreter for this testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll index 7b78a8d2d37..ef9a7ae36a1 100644 --- a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll +++ b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll @@ -18,7 +18,7 @@ ; equivelent form. ; ; RUN: as < %s | opt -q -raise > Output/%s.raised.bc -; RUN: lli -array-checks -abort-on-exception < Output/%s.raised.bc +; RUN: lli -force-interpreter -array-checks -abort-on-exception < Output/%s.raised.bc ; implementation