summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-08-17 12:56:54 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-08-17 12:56:54 +0000
commitbcef14d2e4b2c92e767007a3f474985ba1a4754f (patch)
tree13759f0625e5bc14dcd2d4fbc0238066795e0b32 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parentdbe06d3b69cab1ae6e708f5eca69cb0538a09842 (diff)
downloadbcm5719-llvm-bcef14d2e4b2c92e767007a3f474985ba1a4754f.tar.gz
bcm5719-llvm-bcef14d2e4b2c92e767007a3f474985ba1a4754f.zip
Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library.
llvm-svn: 54881
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 815fdb7cc74..012e7d0992a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -26,7 +26,7 @@
#include "llvm/Intrinsics.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/ParameterAttributes.h"
-#include "llvm/CodeGen/Collector.h"
+#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
OpenPOWER on IntegriCloud