From: Chris Lattner Date: Tue, 15 Oct 2002 21:10:53 +0000 (+0000) Subject: Fix testcase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac79a77c0694f5eb0f998f4ae62292d75daa48b7;p=oota-llvm.git Fix testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4181 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll b/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll index 48126013500..02125a51e03 100644 --- a/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll +++ b/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll @@ -2,8 +2,8 @@ ; ; RUN: as < %s | opt -adce -%bk = internal uninitialized global uint ; [#uses=2] -%hufts = internal uninitialized global uint ; [#uses=1] +%bk = external global uint ; [#uses=2] +%hufts = external global uint ; [#uses=1] implementation ; Functions: