1
0
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:
Jay Foad 2021-05-14 12:03:55 +01:00
parent d6092a32f1
commit b171d1e0c0
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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.