Skip to content

Commit 3c33b5b

Browse files
clang-format
1 parent 5dda941 commit 3c33b5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/include/llvm/Analysis/StructuralHash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=- StructuralHash.h - Structural Hash Printing and Analysis --*- C++ -*-----=//
1+
//=- StructuralHash.h - Structural Hash Printing and Analysis --*- C++ -*----=//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Analysis/StructuralHash.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This file defines the StructuralHashPrinterPass and the
10-
// PreservedFunctionHashAnalysis and PreservedModuleHashAnalysis keys.
9+
// This file defines the StructuralHashPrinterPass and the
10+
// PreservedFunctionHashAnalysis and PreservedModuleHashAnalysis keys.
1111
//
12-
// The StructuralHashPrinterPass is used to show the structural hash of all
12+
// The StructuralHashPrinterPass is used to show the structural hash of all
1313
// functions in a module and the module itself.
1414
//
1515
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)