[llvm-commits] [llvm] r134985 - /llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp

Tobias Grosser tobias at grosser.es
Tue Jul 12 14:40:35 PDT 2011


On 07/12/2011 05:34 PM, Garrison Venn wrote:
> Author: gvenn
> Date: Tue Jul 12 10:34:42 2011
> New Revision: 134985
>
> URL: http://llvm.org/viewvc/llvm-project?rev=134985&view=rev
> Log:
> Reverted 134901 because of 134959. Did not use svn merge -r but rather:
>
> 1,$s/llvm::Type::getInt\(..\)Ty(builder.getContext())/builder.getInt\1Ty()/g
> 1,$s/builder.getInt\(..*\)Ty()->getPointerTo()/builder.getInt\1PtrTy()/g
>
> vi sub commands (second one was not a reversion but requested by
> Tobias Grosser.
>
> Mod was tested, but other examples have failed to build as they are currently
> being thrashed with the const qualifier removal change

Thank you.

Tobi



More information about the llvm-commits mailing list