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 f05169b31bc8..85cdcc0d9b33 100644
--- a/test/Transforms/JumpThreading/fold-not-thread.ll
+++ b/test/Transforms/JumpThreading/fold-not-thread.ll
@@ -133,10 +133,10 @@ L3:
ret void
}
-; FIXME: Make sure we can do the RAUW for %add...
+; Make sure we can do the RAUW for %add...
;
; CHECK-LABEL: @rauw_if_possible(
-; CHECK: call void @f4(i32 %add)
+; CHECK: call void @f4(i32 96)
define void @rauw_if_possible(i32 %value) nounwind {
entry:
%cmp = icmp eq i32 %value, 32