[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcRegClassInfo.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 22:44:36 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

SparcRegClassInfo.h updated: 1.20 -> 1.21

---
Log message:

Regularize header file comments


---
Diffs of the changes:  (+2 -3)

Index: llvm/lib/Target/Sparc/SparcRegClassInfo.h
diff -u llvm/lib/Target/Sparc/SparcRegClassInfo.h:1.20 llvm/lib/Target/Sparc/SparcRegClassInfo.h:1.21
--- llvm/lib/Target/Sparc/SparcRegClassInfo.h:1.20	Mon Sep  1 14:56:48 2003
+++ llvm/lib/Target/Sparc/SparcRegClassInfo.h	Sun Oct 12 22:32:08 2003
@@ -1,6 +1,6 @@
-//===-- SparcRegClassInfo.h - Register class def'ns for Sparc ----*- C++ -*--=//
+//===-- SparcRegClassInfo.h - Register class def'ns for Sparc ---*- C++ -*-===//
 //
-//  This file defines the register classes used by the Sparc target description.
+// This file defines the register classes used by the Sparc target description.
 //
 //===----------------------------------------------------------------------===//
 
@@ -12,7 +12,6 @@
 //-----------------------------------------------------------------------------
 // Integer Register Class
 //-----------------------------------------------------------------------------
-
 
 struct SparcIntRegClass : public TargetRegClassInfo {
   SparcIntRegClass(unsigned ID) 





More information about the llvm-commits mailing list