[llvm-commits] CVS: llvm/test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 15 16:12:01 PDT 2002


Changes in directory llvm/test/Regression/Transforms/ADCE:

2002-07-17-PHIAssertion.ll updated: 1.3 -> 1.4

---
Log message:

Fix testcase


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll
diff -u llvm/test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll:1.3 llvm/test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll:1.4
--- llvm/test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll:1.3	Mon Jul 29 18:41:21 2002
+++ llvm/test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll	Tue Oct 15 16:10:53 2002
@@ -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:
 





More information about the llvm-commits mailing list