[llvm-commits] [llvm] r86768 - /llvm/trunk/test/Transforms/JumpThreading/basic.ll
Chris Lattner
sabre at nondot.org
Tue Nov 10 16:27:55 PST 2009
Author: lattner
Date: Tue Nov 10 18:27:54 2009
New Revision: 86768
URL: http://llvm.org/viewvc/llvm-project?rev=86768&view=rev
Log:
oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to commit this, no harm, but add a todoo
Modified:
llvm/trunk/test/Transforms/JumpThreading/basic.ll
Modified: llvm/trunk/test/Transforms/JumpThreading/basic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/JumpThreading/basic.ll?rev=86768&r1=86767&r2=86768&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/JumpThreading/basic.ll (original)
+++ llvm/trunk/test/Transforms/JumpThreading/basic.ll Tue Nov 10 18:27:54 2009
@@ -287,6 +287,7 @@
;;; Duplicate condition to avoid xor of cond.
+;;; TODO: Make this happen.
define i32 @test10(i1 %cond, i1 %cond2) {
Entry:
; CHECK: @test10
More information about the llvm-commits
mailing list