[llvm-commits] [llvm] r56229 - in /llvm/trunk: include/llvm/PassManagerUtils.h utils/PassManagerUtils.cpp

Devang Patel dpatel at apple.com
Tue Sep 16 11:16:15 PDT 2008


On Sep 15, 2008, at 11:24 PM, Duncan Sands wrote:

> Hi Devang,
>
>> +/// PruneEH - Add PruneEHPass, if set.
>
> this one maybe can be dropped: running the
> PruneEH pass doesn't do anything wrong when
> compiling without exception support, it just
> doesn't do anything at all.  It also does
> it speedily.  So it might as well always be
> run.  What do you think?

OK. Feel free to change llvm-gcc. I'm not going to touch it today.
-
Devang




More information about the llvm-commits mailing list