mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
Add a forward def
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1aa1972c63
commit
ccc8ed7bb5
@ -41,8 +41,9 @@ def isVoid : ValueType<0 , 12>; // Produces no value
|
|||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Register file description - These classes are used to fill in the target
|
// Register file description - These classes are used to fill in the target
|
||||||
// description classes in llvm/Target/MRegisterInfo.h
|
// description classes.
|
||||||
|
|
||||||
|
class RegisterClass; // Forward def
|
||||||
|
|
||||||
// Register - You should define one instance of this class for each register
|
// Register - You should define one instance of this class for each register
|
||||||
// in the target machine. String n will become the "name" of the register.
|
// in the target machine. String n will become the "name" of the register.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user