summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.Dan Gohman2009-11-231-0/+4
| | | | llvm-svn: 89683
* Move some more code out of SelectionDAGBuild.cpp and intoDan Gohman2009-11-231-0/+10
| | | | | | FunctionLoweringInfo.cpp. llvm-svn: 89674
* Move the FunctionLoweringInfo class and some related utility functions outDan Gohman2009-11-231-0/+137
of SelectionDAGBuild.h/cpp into its own files, to help separate general lowering logic from SelectionDAG-specific lowering logic. llvm-svn: 89667
OpenPOWER on IntegriCloud