summaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading/fold-not-thread.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/JumpThreading/fold-not-thread.ll')
-rw-r--r--test/Transforms/JumpThreading/fold-not-thread.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/JumpThreading/fold-not-thread.ll b/test/Transforms/JumpThreading/fold-not-thread.ll
index 06ddc10e02b6..f05169b31bc8 100644
--- a/test/Transforms/JumpThreading/fold-not-thread.ll
+++ b/test/Transforms/JumpThreading/fold-not-thread.ll
@@ -133,10 +133,10 @@ L3:
ret void
}
-; Make sure we can do the RAUW for %add...
+; FIXME: Make sure we can do the RAUW for %add...
;
; CHECK-LABEL: @rauw_if_possible(
-; CHECK: call void @f4(i32 96)
+; CHECK: call void @f4(i32 %add)
define void @rauw_if_possible(i32 %value) nounwind {
entry:
%cmp = icmp eq i32 %value, 32