[llvm] r256547 - [MC] Fix the comment header for this header file. It was just
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 29 01:06:10 PST 2015
Author: chandlerc
Date: Tue Dec 29 03:06:10 2015
New Revision: 256547
URL: http://llvm.org/viewvc/llvm-project?rev=256547&view=rev
Log:
[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.
Modified:
llvm/trunk/include/llvm/MC/SectionKind.h
Modified: llvm/trunk/include/llvm/MC/SectionKind.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/SectionKind.h?rev=256547&r1=256546&r2=256547&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/SectionKind.h (original)
+++ llvm/trunk/include/llvm/MC/SectionKind.h Tue Dec 29 03:06:10 2015
@@ -1,4 +1,4 @@
-//===-- llvm/Target/TargetLoweringObjectFile.h - Object Info ----*- C++ -*-===//
+//===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -6,11 +6,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// This file implements classes used to handle lowerings specific to common
-// object file formats.
-//
-//===----------------------------------------------------------------------===//
#ifndef LLVM_MC_SECTIONKIND_H
#define LLVM_MC_SECTIONKIND_H
More information about the llvm-commits
mailing list