From 4f98eaf655800720739867da7082edb829d84ffd Mon Sep 17 00:00:00 2001 From: Puyan Lotfi Date: Mon, 26 Oct 2020 18:06:38 -0400 Subject: [PATCH] [NFC] Fixing comment heading for MachineStableHash.h. Wrong filename and description. --- llvm/include/llvm/CodeGen/MachineStableHash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/MachineStableHash.h b/llvm/include/llvm/CodeGen/MachineStableHash.h index a5e85ae..8423b2d 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. -- 2.7.4