[llvm-commits] [llvm] r44097 - in /llvm/trunk: include/llvm/Analysis/LoopInfo.h include/llvm/Analysis/LoopPass.h include/llvm/Analysis/ScalarEvolution.h include/llvm/Transforms/Utils/Cloning.h include/llvm/Transforms/Utils/FunctionUtils.h lib/Analysis/LoopInfo.cpp
Devang Patel
dpatel at apple.com
Thu Nov 15 11:36:45 PST 2007
On Nov 13, 2007, at 6:33 PM, Owen Anderson wrote:
> Start the process of making MachineLoopInfo possible by templating
> Loop.
Did you consider deriving MachineBasicBlock from BasicBlock to avoid
templating stuff ? Just curious.
-
Devang
More information about the llvm-commits
mailing list