================ Comment at: lib/Transforms/Scalar/HeapToStack.cpp:275 @@ +274,3 @@ + + if (VerifiedMallocs.count((Instruction *) FAddr)) { + DEBUG(dbgs() << "H2S: malloc " << *FAddr << ---------------- Seems odd to use c-style casts? http://llvm-reviews.chandlerc.com/D1745