Minor cleanups:
authorChris Lattner <sabre@nondot.org>
Mon, 22 Sep 2003 20:21:34 +0000 (20:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Sep 2003 20:21:34 +0000 (20:21 +0000)
commit6e271236a559594bf0676a76d8c55b887d469d73
tree834f771a6d1cc64a6fc610052a1eb36e75f3174b
parente308f681db5a56fba00cc8113abcc8933c2a874d
Minor cleanups:
 * Local header file goes at top
 * Remove unneeded #includes
 * Wrap code at 80 columns
 * Declare variables where they are used
 * 'register' is not needed
 * Use 'unsigned' instead of 'int' variables where possible

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8657 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp