[llvm-commits] [llvm] r98225 - /llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp

Daniel Dunbar daniel at zuster.org
Wed Mar 10 18:28:48 PST 2010


Author: ddunbar
Date: Wed Mar 10 20:28:48 2010
New Revision: 98225

URL: http://llvm.org/viewvc/llvm-project?rev=98225&view=rev
Log:
Remove dead include.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp?rev=98225&r1=98224&r2=98225&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp Wed Mar 10 20:28:48 2010
@@ -53,7 +53,6 @@
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetMachine.h"
-#include "SelectionDAGBuilder.h"
 #include "FunctionLoweringInfo.h"
 using namespace llvm;
 





More information about the llvm-commits mailing list