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 {
23
23
24
24
class AArch64Subtarget ;
25
25
26
- // / This class provides the information for the target register banks.
27
26
class AArch64LegalizerInfo : public LegalizerInfo {
28
27
public:
29
28
AArch64LegalizerInfo (const AArch64Subtarget &ST);
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ class MachineIRBuilder;
27
27
namespace AMDGPU {
28
28
struct ImageDimIntrinsicInfo ;
29
29
}
30
- // / This class provides the information for the target register banks.
31
30
class AMDGPULegalizerInfo final : public LegalizerInfo {
32
31
const GCNSubtarget &ST;
33
32
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ namespace llvm {
23
23
24
24
class ARMSubtarget ;
25
25
26
- // / This class provides the information for the target register banks.
27
26
class ARMLegalizerInfo : public LegalizerInfo {
28
27
public:
29
28
ARMLegalizerInfo (const ARMSubtarget &ST);
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace llvm {
20
20
21
21
class M68kSubtarget ;
22
22
23
- // / This struct provides the information for the target register banks.
24
23
struct M68kLegalizerInfo : public LegalizerInfo {
25
24
public:
26
25
M68kLegalizerInfo (const M68kSubtarget &ST);
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class GISelChangeObserver;
21
21
class MachineIRBuilder ;
22
22
class RISCVSubtarget ;
23
23
24
- // / This class provides the information for the target register banks.
25
24
class RISCVLegalizerInfo : public LegalizerInfo {
26
25
const RISCVSubtarget &STI;
27
26
const unsigned XLen;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ namespace llvm {
21
21
class X86Subtarget ;
22
22
class X86TargetMachine ;
23
23
24
- // / This class provides the information for the target register banks.
25
24
class X86LegalizerInfo : public LegalizerInfo {
26
25
private:
27
26
// / Keep a reference to the X86Subtarget around so that we can
You can’t perform that action at this time.
0 commit comments