Modify testcase to merit a warning, though no warning is still printed!
authorChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2004 17:40:02 +0000 (17:40 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2004 17:40:02 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16029 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll

index 4a6028fda43cd050cb798e99c12866186e135ea6..41a9805126b4e337972ca043919f3bb7e4d431fe 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | grep WARNING
 
-%X = external global int
-%Z = global int* %X
+%X = external global {long, int }
+%Z = global {long, int} * %X
 
 %X = global float 1.0
 %Y = global float* %X