diff options
| author | Dan Gohman <gohman@apple.com> | 2010-07-07 16:01:37 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-07-07 16:01:37 +0000 |
| commit | e784616fbbb223eaf5f54c10d9c900cb45dae382 (patch) | |
| tree | 7afd7e7774290cd394892cffc955b42b7cc597a1 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
| parent | fe7532a3086307d3208ca9074a17d8bc0542f764 (diff) | |
| download | bcm5719-llvm-e784616fbbb223eaf5f54c10d9c900cb45dae382.tar.gz bcm5719-llvm-e784616fbbb223eaf5f54c10d9c900cb45dae382.zip | |
Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will
allow target-specific fast-isel code to make use of it directly.
llvm-svn: 107787
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 95ad4a6dc87..0c64295818b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -14,7 +14,7 @@ #define DEBUG_TYPE "isel" #include "ScheduleDAGSDNodes.h" #include "SelectionDAGBuilder.h" -#include "FunctionLoweringInfo.h" +#include "llvm/CodeGen/FunctionLoweringInfo.h" #include "llvm/CodeGen/SelectionDAGISel.h" #include "llvm/Analysis/AliasAnalysis.h" #include "llvm/Analysis/DebugInfo.h" |

