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/InstructionWriter.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/Bytecode/Writer/InstructionWriter.cpp') 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" -- cgit v1.2.3-18-g5258