Fix testcase
authorChris Lattner <sabre@nondot.org>
Tue, 15 Oct 2002 21:10:53 +0000 (21:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Oct 2002 21:10:53 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4181 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ADCE/2002-07-17-PHIAssertion.ll

index 48126013500ec44e4354dd706d61afa1c594af93..02125a51e030da4e8aed5682c97594bab147405f 100644 (file)
@@ -2,8 +2,8 @@
 ;
 ; RUN: as < %s | opt -adce
 
-%bk = internal uninitialized global uint               ; <uint*> [#uses=2]
-%hufts = internal uninitialized global uint            ; <uint*> [#uses=1]
+%bk = external global uint             ; <uint*> [#uses=2]
+%hufts = external global uint          ; <uint*> [#uses=1]
 
 implementation   ; Functions: