summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-06-15 21:11:18 +0000
committerChris Lattner <sabre@nondot.org>2005-06-15 21:11:18 +0000
commit364651395c05e24f08e0a51327a188f987ed33c4 (patch)
tree5017078bfe1124e5406c8fdf0347f14edf3a79de
parente17a128a554dfc4aba74cefa7839f602dd73386f (diff)
downloadexternal_llvm-364651395c05e24f08e0a51327a188f987ed33c4.zip
external_llvm-364651395c05e24f08e0a51327a188f987ed33c4.tar.gz
external_llvm-364651395c05e24f08e0a51327a188f987ed33c4.tar.bz2
new testcase for PR579
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22218 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll b/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
new file mode 100644
index 0000000..1d9b3bf
--- /dev/null
+++ b/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
@@ -0,0 +1,9 @@
+; RUN: llvm-as < %s | opt -globalopt -disable-output
+; PR579
+
+%g_40507551 = internal global short 31038 ; <short*> [#uses=1]
+
+void %main() {
+ %tmp.4.i.1 = load ubyte* getelementptr (ubyte* cast (short* %g_40507551 to ubyte*), int 1)
+ ret void
+}