[llvm-commits] [patch] universally transition to non-const llvm::Type
David Blaikie
dblaikie at gmail.com
Sun Jul 17 22:44:00 PDT 2011
>
> 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)
- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110717/f9adb6a8/attachment.html>
More information about the llvm-commits
mailing list