lib/CodeGen/Mapping/MappingInfo.cpp:
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 4 Jun 2003 22:07:12 +0000 (22:07 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 4 Jun 2003 22:07:12 +0000 (22:07 +0000)
commitaeab1e163f63a1e435fc680a8a8246f184e8d5d3
tree677de1c81713f8b9205ca9c137e28c1fff1604ec
parentc86b8d5c462cd73a3393d9ab43825969da1ac4cd
lib/CodeGen/Mapping/MappingInfo.cpp:
 Update file comment to contain a bunch of the overview mapping-info
  documentation previously buried within the file.
 Remove some unnecessary include/using stmts.
 Rename pass to MappingInfoCollector.
 Rewrite a lot of it so it doesn't use global instance variables and so
  it outputs into MappingInfo objects and then dumps those out, instead of going
  straight to an assembly file.
 Change name of factory to getMappingInfoCollector.
 Fold prologue & epilogue writers into MappingInfo methods.

lib/Target/Sparc/FInfo.cpp:
 Correct file comment to reflect above change

lib/Target/Sparc/Sparc.cpp:
 Change name of factory to getMappingInfoCollector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6617 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/MappingInfo.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp