forked from OSchip/llvm-project
[TargetLowering] Remove comments referring to TLOF
These have been obsolete since about r221926, when TargetLoweringObjectFile was completely moved from TargetLowering to TargetMachine.
This commit is contained in:
parent
b3d2867769
commit
07bc851b21
|
@ -225,7 +225,6 @@ public:
|
||||||
llvm_unreachable("Invalid content kind");
|
llvm_unreachable("Invalid content kind");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// NOTE: The TargetMachine owns TLOF.
|
|
||||||
explicit TargetLoweringBase(const TargetMachine &TM);
|
explicit TargetLoweringBase(const TargetMachine &TM);
|
||||||
TargetLoweringBase(const TargetLoweringBase &) = delete;
|
TargetLoweringBase(const TargetLoweringBase &) = delete;
|
||||||
TargetLoweringBase &operator=(const TargetLoweringBase &) = delete;
|
TargetLoweringBase &operator=(const TargetLoweringBase &) = delete;
|
||||||
|
@ -2957,7 +2956,6 @@ public:
|
||||||
TargetLowering(const TargetLowering &) = delete;
|
TargetLowering(const TargetLowering &) = delete;
|
||||||
TargetLowering &operator=(const TargetLowering &) = delete;
|
TargetLowering &operator=(const TargetLowering &) = delete;
|
||||||
|
|
||||||
/// NOTE: The TargetMachine owns TLOF.
|
|
||||||
explicit TargetLowering(const TargetMachine &TM);
|
explicit TargetLowering(const TargetMachine &TM);
|
||||||
|
|
||||||
bool isPositionIndependent() const;
|
bool isPositionIndependent() const;
|
||||||
|
|
Loading…
Reference in New Issue