forked from OSchip/llvm-project
[InstCombine] add explanatory comment to test; NFC
The test was added at r290797, and a patch to enable the transform is proposed in D28204. llvm-svn: 290798
This commit is contained in:
parent
07537c2b6e
commit
0e3ae439cf
|
@ -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*)
|
||||
|
||||
|
|
Loading…
Reference in New Issue