Skip to content

Commit ebf5791

Browse files
committed
[MC] Fix the comment header for this header file. It was just
copy/pasted. Happy for anyone to suggest a more precise or refined set of boilerplate here, but the comments on the actual code seem descriptive and accurate. llvm-svn: 256547
1 parent 6f5a193 commit ebf5791

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

llvm/include/llvm/MC/SectionKind.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
//===-- llvm/Target/TargetLoweringObjectFile.h - Object Info ----*- C++ -*-===//
1+
//===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
22
//
33
// The LLVM Compiler Infrastructure
44
//
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
88
//===----------------------------------------------------------------------===//
9-
//
10-
// This file implements classes used to handle lowerings specific to common
11-
// object file formats.
12-
//
13-
//===----------------------------------------------------------------------===//
149

1510
#ifndef LLVM_MC_SECTIONKIND_H
1611
#define LLVM_MC_SECTIONKIND_H

0 commit comments

Comments
 (0)