A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store
[oota-llvm.git] / test / Transforms / DeadStoreElimination / const-pointers.ll
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-11-14 Nick LewyckyTeach BasicAA that a constant expression can't alias...