From: Chris Lattner Date: Thu, 18 Jan 2007 22:24:04 +0000 (+0000) Subject: remove an execution test from llvm/test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=93d9eb8263b145d83746fac049c84a1bbf0b9086;p=oota-llvm.git remove an execution test from llvm/test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33344 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll b/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll deleted file mode 100644 index 96961e330ca..00000000000 --- a/test/Transforms/LevelRaise/2002-03-20-BadCodegen.ll +++ /dev/null @@ -1,51 +0,0 @@ -; This testcase tests whether the raise pass generates bad code for a -; getelementptr instruction... with a bad level raise pass, this code -; will segfault on execution. -; -; RUN: llvm-upgrade < %s | llvm-as | 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 } - - - -implementation - -void "foo"(%Village *%V) -begin - ret void -end - -int %main(int %argc, sbyte **%argv) { -;