From cf3056db0fee1db7921214b1f25cea04e959e105 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2003 03:32:08 +0000 Subject: Regularize header file comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/ConstantWriter.cpp | 6 +----- lib/Bytecode/Writer/InstructionWriter.cpp | 6 +----- lib/Bytecode/Writer/SlotCalculator.cpp | 2 +- lib/Bytecode/Writer/Writer.cpp | 2 +- lib/Bytecode/Writer/WriterInternals.h | 2 +- 5 files changed, 5 insertions(+), 13 deletions(-) (limited to 'lib/Bytecode/Writer') diff --git a/lib/Bytecode/Writer/ConstantWriter.cpp b/lib/Bytecode/Writer/ConstantWriter.cpp index 6e52369b16..539f3cd4df 100644 --- a/lib/Bytecode/Writer/ConstantWriter.cpp +++ b/lib/Bytecode/Writer/ConstantWriter.cpp @@ -1,12 +1,8 @@ -//===-- WriteConst.cpp - Functions for writing constants ---------*- C++ -*--=// +//===-- ConstantWriter.cpp - Functions for writing constants --------------===// // // This file implements the routines for encoding constants to a bytecode // stream. // -// Note that the performance of this library is not terribly important, because -// it shouldn't be used by JIT type applications... so it is not a huge focus -// at least. :) -// //===----------------------------------------------------------------------===// #include "WriterInternals.h" diff --git a/lib/Bytecode/Writer/InstructionWriter.cpp b/lib/Bytecode/Writer/InstructionWriter.cpp index da32c03e70..e3a8ffd23b 100644 --- a/lib/Bytecode/Writer/InstructionWriter.cpp +++ b/lib/Bytecode/Writer/InstructionWriter.cpp @@ -1,12 +1,8 @@ -//===-- WriteInst.cpp - Functions for writing instructions -------*- C++ -*--=// +//===-- InstructionWriter.cpp - Functions for writing instructions --------===// // // This file implements the routines for encoding instruction opcodes to a // bytecode stream. // -// Note that the performance of this library is not terribly important, because -// it shouldn't be used by JIT type applications... so it is not a huge focus -// at least. :) -// //===----------------------------------------------------------------------===// #include "WriterInternals.h" diff --git a/lib/Bytecode/Writer/SlotCalculator.cpp b/lib/Bytecode/Writer/SlotCalculator.cpp index 005c5c1658..47191ce72b 100644 --- a/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/lib/Bytecode/Writer/SlotCalculator.cpp @@ -1,4 +1,4 @@ -//===-- SlotCalculator.cpp - Calculate what slots values land in ------------=// +//===-- SlotCalculator.cpp - Calculate what slots values land in ----------===// // // This file implements a useful analysis step to figure out what numbered // slots values in a program will land in (keeping track of per plane diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index f368637230..413fd293db 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -1,4 +1,4 @@ -//===-- Writer.cpp - Library for writing VM bytecode files -------*- C++ -*--=// +//===-- Writer.cpp - Library for writing VM bytecode files ----------------===// // // This library implements the functionality defined in llvm/Bytecode/Writer.h // diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h index 20425e0a6c..98fdec2b55 100644 --- a/lib/Bytecode/Writer/WriterInternals.h +++ b/lib/Bytecode/Writer/WriterInternals.h @@ -1,4 +1,4 @@ -//===-- WriterInternals.h - Data structures shared by the Writer -*- C++ -*--=// +//===- WriterInternals.h - Data structures shared by the Writer -*- C++ -*-===// // // This header defines the interface used between components of the bytecode // writer. -- cgit v1.2.3-70-g09d2