Editorial clean up.
authorJim Laskey <jlaskey@mac.com>
Sat, 28 Oct 2006 01:34:21 +0000 (01:34 +0000)
committerJim Laskey <jlaskey@mac.com>
Sat, 28 Oct 2006 01:34:21 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31250 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h

index 58f869d89d26080e842f9f385a31d2ee02341e38..f0e63c0dceb43a1d30fb1ce70c4c9723b7f3f324 100644 (file)
@@ -32,7 +32,6 @@ namespace llvm {
   class MachineDebugInfo;
   class MachineFunction;
   class MachineConstantPoolValue;
-  class SDOperand;
 
 /// SelectionDAG class - This is used to represent a portion of an LLVM function
 /// in a low-level Data Dependence DAG representation suitable for instruction
index 5dfb280a4f894d32f2bd07887a5a0f2d2d71377c..cd09777be31574c6de0b4793bbc73ee44ad83bc8 100644 (file)
@@ -23,7 +23,6 @@
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/GraphTraits.h"
 #include "llvm/ADT/iterator"
-#include "llvm/ADT/SmallVector.h"
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/DataTypes.h"
 #include <cassert>