[llvm-commits] [llvm] r135438 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/MC/ include/llvm/Target/ lib/CodeGen/AsmPrinter/ lib/ExecutionEngine/JIT/ lib/MC/ lib/Target/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/Blackfin/ lib/Target/Cel
Anton Korobeynikov
anton at korobeynikov.info
Tue Jul 19 10:50:42 PDT 2011
Hi Evan,
> Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
> better location welcome).
Any reasons for this? For me it seems that you're moving everything
our of Target* stuff into MC* which does not look better :)
PS: And yes, initial frame state definitely does not belong to asm
info. Maybe there should be something like MCFrameInfo then?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list