mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[TableGen] Remove unneeded forward defs. NFC.
This commit is contained in:
parent
d6092a32f1
commit
b171d1e0c0
@ -18,8 +18,6 @@ include "llvm/IR/Intrinsics.td"
|
||||
// Register file description - These classes are used to fill in the target
|
||||
// description classes.
|
||||
|
||||
class RegisterClass; // Forward def
|
||||
|
||||
class HwMode<string FS> {
|
||||
// A string representing subtarget features that turn on this HW mode.
|
||||
// For example, "+feat1,-feat2" will indicate that the mode is active
|
||||
|
@ -52,8 +52,6 @@
|
||||
// Include legacy support for instruction itineraries.
|
||||
include "llvm/Target/TargetItinerary.td"
|
||||
|
||||
class Instruction; // Forward def
|
||||
|
||||
class Predicate; // Forward def
|
||||
|
||||
// DAG operator that interprets the DAG args as Instruction defs.
|
||||
|
Loading…
Reference in New Issue
Block a user