File tree Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ namespace llvm {
2323
2424class AArch64Subtarget ;
2525
26- // / This class provides the information for the target register banks.
2726class AArch64LegalizerInfo : public LegalizerInfo {
2827public:
2928 AArch64LegalizerInfo (const AArch64Subtarget &ST);
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ class MachineIRBuilder;
2727namespace AMDGPU {
2828struct ImageDimIntrinsicInfo ;
2929}
30- // / This class provides the information for the target register banks.
3130class AMDGPULegalizerInfo final : public LegalizerInfo {
3231 const GCNSubtarget &ST;
3332
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ namespace llvm {
2323
2424class ARMSubtarget ;
2525
26- // / This class provides the information for the target register banks.
2726class ARMLegalizerInfo : public LegalizerInfo {
2827public:
2928 ARMLegalizerInfo (const ARMSubtarget &ST);
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace llvm {
2020
2121class M68kSubtarget ;
2222
23- // / This struct provides the information for the target register banks.
2423struct M68kLegalizerInfo : public LegalizerInfo {
2524public:
2625 M68kLegalizerInfo (const M68kSubtarget &ST);
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class GISelChangeObserver;
2121class MachineIRBuilder ;
2222class RISCVSubtarget ;
2323
24- // / This class provides the information for the target register banks.
2524class RISCVLegalizerInfo : public LegalizerInfo {
2625 const RISCVSubtarget &STI;
2726 const unsigned XLen;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ namespace llvm {
2121class X86Subtarget ;
2222class X86TargetMachine ;
2323
24- // / This class provides the information for the target register banks.
2524class X86LegalizerInfo : public LegalizerInfo {
2625private:
2726 // / Keep a reference to the X86Subtarget around so that we can
You can’t perform that action at this time.
0 commit comments