diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-25 07:04:49 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-25 07:04:49 +0000 |
commit | 03cac379bdcae6027235794d907b2279c1ec77a8 (patch) | |
tree | 251e90102693310a423aadfe2228e190b0e0350f /llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp | |
parent | 42d321ab668f2d933e44586a849429ddaf2cd33f (diff) | |
download | bcm5719-llvm-03cac379bdcae6027235794d907b2279c1ec77a8.tar.gz bcm5719-llvm-03cac379bdcae6027235794d907b2279c1ec77a8.zip |
Fix file header comments and include guards -- many files have been moved or
renamed since they were last spiffed up, or they just never had proper comments
in the first place.
llvm-svn: 13148
Diffstat (limited to 'llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp b/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp index 89aad0495f6..513437e7548 100644 --- a/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -1,4 +1,4 @@ -//===-- SparcV9RegInfo.cpp - SparcV9 Target Register Information --------------===// +//===-- SparcV9RegInfo.cpp - SparcV9 Target Register Information ----------===// // // The LLVM Compiler Infrastructure // @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file contains implementation of SparcV9 specific helper methods +// This file contains implementations of SparcV9 specific helper methods // used for register allocation. // //===----------------------------------------------------------------------===// |