Evan Cheng
|
32bfe1e837
|
Trim unneeded includes.
llvm-svn: 94105
|
2010-01-21 21:44:43 +00:00 |
Benjamin Kramer
|
ccce8bae14
|
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer.
llvm-svn: 92726
|
2010-01-05 13:12:22 +00:00 |
Dan Gohman
|
9d72cbf2d5
|
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
llvm-svn: 89683
|
2009-11-23 18:12:11 +00:00 |
Dan Gohman
|
ad97b3dbd0
|
Move some more code out of SelectionDAGBuild.cpp and into
FunctionLoweringInfo.cpp.
llvm-svn: 89674
|
2009-11-23 17:42:46 +00:00 |
Dan Gohman
|
a3624b6099
|
Move the FunctionLoweringInfo class and some related utility functions out
of SelectionDAGBuild.h/cpp into its own files, to help separate
general lowering logic from SelectionDAG-specific lowering logic.
llvm-svn: 89667
|
2009-11-23 17:16:22 +00:00 |