[llvm-commits] [llvm] r52946 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
Devang Patel
dpatel at apple.com
Mon Jun 30 18:14:01 PDT 2008
On Jun 30, 2008, at 5:41 PM, Owen Anderson wrote:
> Properly handle cases where a predecessor of the block being queried
> on is unreachable.
> This fixes PR2503, though we should also fix other passes not to
> emit this kind of code.
Is this dead code emitted by other pass or is it coming from the input ?
-
Devang
More information about the llvm-commits
mailing list