summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-16 15:34:36 +0000
committerChris Lattner <sabre@nondot.org>2003-09-16 15:34:36 +0000
commite22040c84af7d5c3dbe189954f3f492641db85bc (patch)
treecfdd8a20d47cc91fc26655cce7cc1ef0e0a1d51a /test/Transforms
parent950971dfe6271e85292f73dd6ac105465e4898f7 (diff)
downloadllvm-e22040c84af7d5c3dbe189954f3f492641db85bc.tar.gz
llvm-e22040c84af7d5c3dbe189954f3f492641db85bc.tar.bz2
llvm-e22040c84af7d5c3dbe189954f3f492641db85bc.tar.xz
Remove obsolete option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll2
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 a88c513c1d..08d2c24327 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: llvm-as < %s | opt -q -raise > Output/%s.raised.bc
-; RUN: lli -force-interpreter -array-checks -abort-on-exception < Output/%s.raised.bc
+; RUN: lli -force-interpreter -array-checks < Output/%s.raised.bc
;
implementation