aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-08 20:31:37 +0000
committerChris Lattner <sabre@nondot.org>2003-05-08 20:31:37 +0000
commitb167c3c9c9e62c7ceeb81b355490a423e732c3b3 (patch)
treea25c488e87dfcb37ce280a73c362c6cf3d9ad2bf
parent0746c2824fa9b82059fb2f2453b46c2a985e2c83 (diff)
Remvoe testcase that should never be implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6048 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Assembler/2003-05-08-GlobalGEPSynthesize.llx13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/Assembler/2003-05-08-GlobalGEPSynthesize.llx b/test/Assembler/2003-05-08-GlobalGEPSynthesize.llx
deleted file mode 100644
index 7342f21bd7..0000000000
--- a/test/Assembler/2003-05-08-GlobalGEPSynthesize.llx
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: if as < %s | dis | grep cast
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
-
-%GlobalArray = global [1 x int] [ int 0 ] ; <[1 x int]*> [#uses=1]
-
-implementation ; Functions:
-
-int* %foo(...) {
- ret int* cast (long add (long cast ([1 x int]* %GlobalArray to long), long -4) to int*)
-}
-