Reverted 134901 because of 134959. Did not use svn merge -r but rather:
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Tue, 12 Jul 2011 15:34:42 +0000 (15:34 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Tue, 12 Jul 2011 15:34:42 +0000 (15:34 +0000)
commitc0f33cb59006d42d9d37b02a9158e1a370fc246b
tree939f2e5941a7b43d514ba96f392a59b94dadfc34
parent5fdd6c8793462549e3593890ec61573da06e3346
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134985 91177308-0d34-0410-b5e6-96231b3b80d8
examples/ExceptionDemo/ExceptionDemo.cpp