1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

add some forward defs

llvm-svn: 23100
This commit is contained in:
Chris Lattner 2005-08-26 21:06:40 +00:00
parent 497c012e54
commit e91069c4de

View File

@ -35,6 +35,8 @@ namespace llvm {
class SDNode;
class SDOperand;
class SelectionDAG;
class MachineBasicBlock;
class MachineInstr;
//===----------------------------------------------------------------------===//
/// TargetLowering - This class defines information used to lower LLVM code to