From 2f72accd86578163916640497c2d477313e69018 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Aug 2004 17:40:02 +0000 Subject: Modify testcase to merit a warning, though no warning is still printed! 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll b/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll index 4a6028fda4..41a9805126 100644 --- a/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll +++ b/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll @@ -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 -- cgit v1.2.3