mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
add some forward defs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3cbf823f0
commit
050967c4d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user