[llvm-commits] [patch] universally transition to non-const llvm::Type

Chris Lattner clattner at apple.com
Sun Jul 17 23:39:55 PDT 2011


On Jul 17, 2011, at 10:44 PM, David Blaikie wrote:

> Applied in r135371, thanks!  I'll apply your original patch as well after fixing llvm-gcc.
> 
> Thanks for that. I see you skipped the change to PassAnalysisSupport... oh, I see, PassAnalysisSupport's VectorType isn't llvm::VectorType, it's AnalysisUsage::VectorType, which is completely unrelated. Thanks for catching that. Was there anything else you fixed up that I should look out for next time? (not that I expect to be making such sweeping patches on a regular basis - I think I'll work on StringRef-izing things next & see how that goes)

The other thing that got missed were the llvm/examples, which aren't built by default and adding a note to the ReleaseNotes for the API change.  I covered those in other commits.  Thanks again,

-Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110717/317d4e85/attachment.html>


More information about the llvm-commits mailing list