commit | 1a0948830344dae797979c37dfc904cd932a43be | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Nov 11 00:27:54 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Nov 11 00:27:54 2009 +0000 |
tree | dac2310fb97f2b72068bb05731b6ce307ceae625 | |
parent | 73c80094c819a5266794496cf39fa4b6a9b39e14 [diff] [blame] |
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86768 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/JumpThreading/basic.ll b/test/Transforms/JumpThreading/basic.ll index a2a9712..1e948ed 100644 --- a/test/Transforms/JumpThreading/basic.ll +++ b/test/Transforms/JumpThreading/basic.ll
@@ -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