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:
Chris Lattner
2003-10-13 03:32:08 +00:00
parent c00d23a727
commit cf3056db0f
45 changed files with 82 additions and 95 deletions

View File

@ -1,4 +1,4 @@
//===- LevelRaise.cpp - Code to change LLVM to higher level -----------------=//
//===- LevelRaise.cpp - Code to change LLVM to higher level ---------------===//
//
// This file implements the 'raising' part of the LevelChange API. This is
// useful because, in general, it makes the LLVM code terser and easier to