[llvm-commits] [llvm] r92006 - /llvm/trunk/include/llvm/Analysis/LoopInfo.h
David Greene
dag at cray.com
Wed Dec 23 10:14:13 PST 2009
On Wednesday 23 December 2009 11:52, Chris Lattner wrote:
> Please pull the dump() implementation out of line.
How? LoopBase is a template. I could go through various contortions
to produce a .ipp file with template implementation code and then
#include that everywhere LoopInfo.h is included, but is it worth it?
Especially given that other headers already include Debug.h? See
ProfileInfo.h.
-Dave
More information about the llvm-commits
mailing list