commit | 66336edf823f8d64d77dc5ab2bbefc21ef82f6ec | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Nov 23 17:42:46 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Nov 23 17:42:46 2009 +0000 |
tree | 291bee2f672596a2dcd73e8d77c1cf449915b0af | |
parent | 7776452a181202397fc1d70fab059f0faaafe0c7 [diff] [blame] |
Move some more code out of SelectionDAGBuild.cpp and into FunctionLoweringInfo.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89674 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 7dbc136..3a2c22b 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -55,6 +55,7 @@ #include "llvm/Target/TargetLowering.h" #include "llvm/Target/TargetMachine.h" #include "SelectionDAGBuild.h" +#include "FunctionLoweringInfo.h" using namespace llvm; unsigned FastISel::getRegForValue(Value *V) {