[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll

Reid Spencer reid at x10sys.com
Sat Feb 3 18:11:30 PST 2007



Changes in directory llvm/test/Transforms/InstCombine:

2007-02-01-LoadSinkAlloca.ll updated: 1.1 -> 1.2
---
Log message:

Prepare for PR411: http://llvm.org/PR411 


---
Diffs of the changes:  (+2 -2)

 2007-02-01-LoadSinkAlloca.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
diff -u llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll:1.1 llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll:1.2
--- llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll:1.1	Thu Feb  1 16:29:26 2007
+++ llvm/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll	Sat Feb  3 20:11:13 2007
@@ -10,8 +10,8 @@
 	%B = alloca i32
 	%tmp = call i32 (...)* @bar( i32* %A )		; <i32> [#uses=0]
 	%T = load i32* %A		; <i32> [#uses=1]
-	%tmp = icmp eq i32 %C, 0		; <i1> [#uses=1]
-	br i1 %tmp, label %cond_next, label %cond_true
+	%tmp2 = icmp eq i32 %C, 0		; <i1> [#uses=1]
+	br i1 %tmp2, label %cond_next, label %cond_true
 
 cond_true:		; preds = %entry
 	store i32 123, i32* %B






More information about the llvm-commits mailing list