[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 26 14:06:51 PDT 2005



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.21 -> 1.22
---
Log message:

add some forward defs


---
Diffs of the changes:  (+2 -0)

 TargetLowering.h |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.21 llvm/include/llvm/Target/TargetLowering.h:1.22
--- llvm/include/llvm/Target/TargetLowering.h:1.21	Fri Aug 26 15:53:44 2005
+++ llvm/include/llvm/Target/TargetLowering.h	Fri Aug 26 16:06:40 2005
@@ -35,6 +35,8 @@
   class SDNode;
   class SDOperand;
   class SelectionDAG;
+  class MachineBasicBlock;
+  class MachineInstr;
 
 //===----------------------------------------------------------------------===//
 /// TargetLowering - This class defines information used to lower LLVM code to






More information about the llvm-commits mailing list