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

Duncan Sands baldrick at free.fr
Mon Sep 15 23:24:22 PDT 2008


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?

Ciao,

Duncan.



More information about the llvm-commits mailing list