mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
Add a forward def
llvm-svn: 23621
This commit is contained in:
parent
9740be11f7
commit
70ebb767b4
@ -41,8 +41,9 @@ def isVoid : ValueType<0 , 12>; // Produces no value
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// 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
|
||||
// in the target machine. String n will become the "name" of the register.
|
||||
|
Loading…
x
Reference in New Issue
Block a user