summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.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
commite784616fbbb223eaf5f54c10d9c900cb45dae382 (patch)
tree7afd7e7774290cd394892cffc955b42b7cc597a1 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
parentfe7532a3086307d3208ca9074a17d8bc0542f764 (diff)
downloadbcm5719-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/FastISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index 93c194ab548..f73bec6775a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -44,6 +44,7 @@
#include "llvm/Instructions.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/CodeGen/FastISel.h"
+#include "llvm/CodeGen/FunctionLoweringInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
@@ -54,7 +55,6 @@
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/ErrorHandling.h"
-#include "FunctionLoweringInfo.h"
using namespace llvm;
bool FastISel::hasTrivialKill(const Value *V) const {
OpenPOWER on IntegriCloud