[llvm-commits] [llvm] r100798 - in /llvm/trunk: include/llvm/Analysis/Lint.h include/llvm/LinkAllPasses.h lib/Analysis/Lint.cpp test/Other/lint.ll

Dan Gohman gohman at apple.com
Thu Apr 8 12:51:21 PDT 2010


On Apr 8, 2010, at 12:01 PM, Daniel Dunbar wrote:

> Any reason not to put this under "AndVerify" and "VerifyEach" as part
> of the StandardPasses.h lists?

Yes; this comment in Lint.cpp:

>> +// Another limitation is that it assumes all code will be executed. A store
>> +// through a null pointer in a basic block which is never reached is harmless,
>> +// but this pass will warn about it anyway.


Dan






More information about the llvm-commits mailing list