aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-11 00:27:54 +0000
committerChris Lattner <sabre@nondot.org>2009-11-11 00:27:54 +0000
commit2b9024c8777fd6b1dbfcef8a208ea56880a2f5ee (patch)
treedac2310fb97f2b72068bb05731b6ce307ceae625 /test
parent10f2d13d580da348ba9769864f02d0d5a862c1e0 (diff)
downloadexternal_llvm-2b9024c8777fd6b1dbfcef8a208ea56880a2f5ee.zip
external_llvm-2b9024c8777fd6b1dbfcef8a208ea56880a2f5ee.tar.gz
external_llvm-2b9024c8777fd6b1dbfcef8a208ea56880a2f5ee.tar.bz2
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
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/JumpThreading/basic.ll1
1 files changed, 1 insertions, 0 deletions
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 @@ F2:
;;; Duplicate condition to avoid xor of cond.
+;;; TODO: Make this happen.
define i32 @test10(i1 %cond, i1 %cond2) {
Entry:
; CHECK: @test10