summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-16 15:35:14 +0000
committerChris Lattner <sabre@nondot.org>2003-09-16 15:35:14 +0000
commitdd3e51dd359f50d6aba584dd2f97d63ac5a01333 (patch)
treed3dae1672265a474cbc3dcc580310c4565c0c8d5 /test/Transforms
parente22040c84af7d5c3dbe189954f3f492641db85bc (diff)
downloadllvm-dd3e51dd359f50d6aba584dd2f97d63ac5a01333.tar.gz
llvm-dd3e51dd359f50d6aba584dd2f97d63ac5a01333.tar.bz2
llvm-dd3e51dd359f50d6aba584dd2f97d63ac5a01333.tar.xz
Remove obsolete -abort-on-exception flag from LLI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll2
-rw-r--r--test/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll b/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll
index 38ec993767..a6d33eeff3 100644
--- a/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll
+++ b/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll
@@ -2,7 +2,7 @@
; getelementptr instruction... with a bad level raise pass, this code
; will segfault on execution.
;
-; RUN: llvm-as < %s | opt -raise |lli -abort-on-exception
+; RUN: llvm-as < %s | opt -raise |lli
%Village = type { [4 x \3 *], \2 *, { \2 *, { int, int, int, \5 * } *, \2 * }, { int, int, int, { \2 *, { int, int, int, \6 * } *, \2 * }, { \2 *, { int, int,
int, \6 * } *, \2 * }, { \2 *, { int, int, int, \6 * } *, \2 * }, { \2 *, { int, int, int, \6 * } *, \2 * } }, int, int }
diff --git a/test/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll b/test/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll
index be6f3f5b3d..ef5a30d63d 100644
--- a/test/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll
+++ b/test/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll
@@ -3,7 +3,7 @@
; to a 32 bit version of the number with all upper 16 bits clear (ushort->uint
; involves no sign extension). Optimizing this to a single cast is invalid!
;
-; RUN: llvm-as < %s | opt -raise -q | lli -abort-on-exception
+; RUN: llvm-as < %s | opt -raise -q | lli
;
implementation