Allow folding together two globals through type resolution
authorChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 16:32:21 +0000 (16:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 16:32:21 +0000 (16:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5038 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-12-15-GlobalResolve.ll [new file with mode: 0644]

diff --git a/test/Assembler/2002-12-15-GlobalResolve.ll b/test/Assembler/2002-12-15-GlobalResolve.ll
new file mode 100644 (file)
index 0000000..b46d0cc
--- /dev/null
@@ -0,0 +1,10 @@
+
+
+%X = external global %T* 
+%X = external global int *
+
+%T = type int
+
+
+implementation
+