[llvm] 07bc851 - [TargetLowering] Remove comments referring to TLOF
    Jay Foad via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan  3 05:35:34 PST 2020
    
    
  
Author: Jay Foad
Date: 2020-01-03T13:35:03Z
New Revision: 07bc851b212556966c21ed6986fcbdfc65579852
URL: https://github.com/llvm/llvm-project/commit/07bc851b212556966c21ed6986fcbdfc65579852
DIFF: https://github.com/llvm/llvm-project/commit/07bc851b212556966c21ed6986fcbdfc65579852.diff
LOG: [TargetLowering] Remove comments referring to TLOF
These have been obsolete since about r221926, when
TargetLoweringObjectFile was completely moved from TargetLowering to
TargetMachine.
Added: 
    
Modified: 
    llvm/include/llvm/CodeGen/TargetLowering.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h
index 6c8895e4f9df..d59abfd38190 100644
--- a/llvm/include/llvm/CodeGen/TargetLowering.h
+++ b/llvm/include/llvm/CodeGen/TargetLowering.h
@@ -225,7 +225,6 @@ class TargetLoweringBase {
     llvm_unreachable("Invalid content kind");
   }
 
-  /// NOTE: The TargetMachine owns TLOF.
   explicit TargetLoweringBase(const TargetMachine &TM);
   TargetLoweringBase(const TargetLoweringBase &) = delete;
   TargetLoweringBase &operator=(const TargetLoweringBase &) = delete;
@@ -2957,7 +2956,6 @@ class TargetLowering : public TargetLoweringBase {
   TargetLowering(const TargetLowering &) = delete;
   TargetLowering &operator=(const TargetLowering &) = delete;
 
-  /// NOTE: The TargetMachine owns TLOF.
   explicit TargetLowering(const TargetMachine &TM);
 
   bool isPositionIndependent() const;
        
    
    
More information about the llvm-commits
mailing list