[llvm] 4f98eaf - [NFC] Fixing comment heading for MachineStableHash.h.
    Puyan Lotfi via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 26 15:07:38 PDT 2020
    
    
  
Author: Puyan Lotfi
Date: 2020-10-26T18:07:26-04:00
New Revision: 4f98eaf655800720739867da7082edb829d84ffd
URL: https://github.com/llvm/llvm-project/commit/4f98eaf655800720739867da7082edb829d84ffd
DIFF: https://github.com/llvm/llvm-project/commit/4f98eaf655800720739867da7082edb829d84ffd.diff
LOG: [NFC] Fixing comment heading for MachineStableHash.h.
Wrong filename and description.
Added: 
    
Modified: 
    llvm/include/llvm/CodeGen/MachineStableHash.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/CodeGen/MachineStableHash.h b/llvm/include/llvm/CodeGen/MachineStableHash.h
index a5e85aef099d..8423b2da1c78 100644
--- a/llvm/include/llvm/CodeGen/MachineStableHash.h
+++ b/llvm/include/llvm/CodeGen/MachineStableHash.h
@@ -1,4 +1,4 @@
-//===------------ MIRVRegNamerUtils.h - MIR VReg Renaming Utilities -------===//
+//===------------ MachineStableHash.h - MIR Stable Hashing Utilities ------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
        
    
    
More information about the llvm-commits
mailing list