mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
Regularize header file comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user