aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-07 16:01:37 +0000
committerDan Gohman <gohman@apple.com>2010-07-07 16:01:37 +0000
commit4c3fd9f92f89810d659973d2666ab729758de64a (patch)
tree149cc26761fa23e5bd5f37fb6a1fce73512bfca5 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parentc9403659a98bf6487ab6fbf40b81628b5695c02e (diff)
downloadexternal_llvm-4c3fd9f92f89810d659973d2666ab729758de64a.zip
external_llvm-4c3fd9f92f89810d659973d2666ab729758de64a.tar.gz
external_llvm-4c3fd9f92f89810d659973d2666ab729758de64a.tar.bz2
Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will
allow target-specific fast-isel code to make use of it directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 95ad4a6..0c64295 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/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"