diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-15 21:10:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-15 21:10:53 +0000 |
commit | ac79a77c0694f5eb0f998f4ae62292d75daa48b7 (patch) | |
tree | ab01b3bed4c42f717b96344ad9e5b77279de5582 | |
parent | fddc755a6f6042457b04d1c070e2a032add56b39 (diff) |
Fix testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4181 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/ADCE/2002-07-17-PHIAssertion.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll b/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll index 4812601350..02125a51e0 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 ; <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: |