From 0d55429ae6c247401fbe6c11d17331b7e1bab11f Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 29 Dec 2015 09:06:10 +0000 Subject: [PATCH] [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256547 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/SectionKind.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/llvm/MC/SectionKind.h b/include/llvm/MC/SectionKind.h index ff329cdaaa7..b09b93cfc37 100644 --- a/include/llvm/MC/SectionKind.h +++ b/include/llvm/MC/SectionKind.h @@ -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 -- 2.34.1