[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/phi.ll

Chris Lattner lattner at cs.uiuc.edu
Thu May 27 02:43:01 PDT 2004


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

phi.ll updated: 1.9 -> 1.10

---
Log message:

remove bogus test


---
Diffs of the changes:  (+0 -12)

Index: llvm/test/Regression/Transforms/InstCombine/phi.ll
diff -u llvm/test/Regression/Transforms/InstCombine/phi.ll:1.9 llvm/test/Regression/Transforms/InstCombine/phi.ll:1.10
--- llvm/test/Regression/Transforms/InstCombine/phi.ll:1.9	Fri Feb 27 23:26:06 2004
+++ llvm/test/Regression/Transforms/InstCombine/phi.ll	Thu May 27 02:39:51 2004
@@ -43,15 +43,3 @@
 	br label %Loop
 }
 
-bool %test4(bool %A) {
-	br bool %A, label %BB1, label %BB2
-BB1:
-	br label %Ret
-BB2:
-	br label %Ret
-Ret:
-	%B = phi int [1000, %BB1], [123, %BB2]
-	%C = cast int %B to bool
-	ret bool %C
-}
-





More information about the llvm-commits mailing list