[PM] Clean up file banner comments prior to refactoring this code.

llvm-svn: 227182
This commit is contained in:
Chandler Carruth 2015-01-27 08:28:33 +00:00
parent 7592b0c5e6
commit 7b011df6f2
1 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
//===- llvm/Analysis/TargetTransformInfo.h ----------------------*- C++ -*-===// //===- TargetTransformInfo.h ------------------------------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
@ -6,17 +6,17 @@
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// /// \file
// This pass exposes codegen information to IR-level passes. Every /// This pass exposes codegen information to IR-level passes. Every
// transformation that uses codegen information is broken into three parts: /// transformation that uses codegen information is broken into three parts:
// 1. The IR-level analysis pass. /// 1. The IR-level analysis pass.
// 2. The IR-level transformation interface which provides the needed /// 2. The IR-level transformation interface which provides the needed
// information. /// information.
// 3. Codegen-level implementation which uses target-specific hooks. /// 3. Codegen-level implementation which uses target-specific hooks.
// ///
// This file defines #2, which is the interface that IR-level transformations /// This file defines #2, which is the interface that IR-level transformations
// use for querying the codegen. /// use for querying the codegen.
// ///
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_ANALYSIS_TARGETTRANSFORMINFO_H #ifndef LLVM_ANALYSIS_TARGETTRANSFORMINFO_H