diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:02:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:02:04 +0000 |
commit | 9272228189c72a409c72e75b5b421e8528647cb8 (patch) | |
tree | 934fa0ee748c2a9ee3c4b67fdbe4ed468f74d3e5 | |
parent | e03d0779416af3e28c756ad65ef1741f98d2bbbc (diff) |
Force the interpreter for this testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6958 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll index 7b78a8d2d3..ef9a7ae36a 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 |