[LLVMdev] removing dead function calls

Jochen Wilhelmy j.wilhelmy at arcor.de
Sun Jul 25 06:48:34 PDT 2010


Hi!

I have code with dead function calls which are not removed. Is it possible
to mark functions that have no side effects (e.g. sin() or floor() ) so 
that they
are removed by dead code elimination?

-Jochen




More information about the llvm-dev mailing list