diff --git a/llvm/test/Transforms/InstCombine/call_nonnull_arg.ll b/llvm/test/Transforms/InstCombine/call_nonnull_arg.ll index adbae0af2832..c502aa05731e 100644 --- a/llvm/test/Transforms/InstCombine/call_nonnull_arg.ll +++ b/llvm/test/Transforms/InstCombine/call_nonnull_arg.ll @@ -31,6 +31,9 @@ dead: unreachable } +; FIXME: The nonnull attribute in the 'bar' declaration could be +; propagated to the parameters of the 'baz' callsite. + declare void @bar(i8*, i8* nonnull) declare void @baz(i8*, i8*)