aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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