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

Evan Cheng evan.cheng at apple.com
Fri Mar 16 01:41:23 PDT 2007



Changes in directory llvm/include/llvm/Target:

TargetInstrInfo.h updated: 1.112 -> 1.113
---
Log message:

These forward declarations are not needed.

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

 TargetInstrInfo.h |    5 -----
 1 files changed, 5 deletions(-)


Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.112 llvm/include/llvm/Target/TargetInstrInfo.h:1.113
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.112	Wed Mar 14 10:25:21 2007
+++ llvm/include/llvm/Target/TargetInstrInfo.h	Fri Mar 16 03:41:06 2007
@@ -24,11 +24,6 @@
 
 class MachineInstr;
 class TargetMachine;
-class Value;
-class Type;
-class Instruction;
-class Constant;
-class Function;
 class MachineCodeForInstruction;
 class TargetRegisterClass;
 class LiveVariables;






More information about the llvm-commits mailing list