[llvm-commits] [llvm] r85064 - /llvm/trunk/lib/Target/ARM/Thumb2RegisterInfo.cpp

Jim Grosbach grosbach at apple.com
Sun Oct 25 11:55:47 PDT 2009


Author: grosbach
Date: Sun Oct 25 13:55:46 2009
New Revision: 85064

URL: http://llvm.org/viewvc/llvm-project?rev=85064&view=rev
Log:
80-column cleanup

Modified:
    llvm/trunk/lib/Target/ARM/Thumb2RegisterInfo.cpp

Modified: llvm/trunk/lib/Target/ARM/Thumb2RegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/Thumb2RegisterInfo.cpp?rev=85064&r1=85063&r2=85064&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/Thumb2RegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/Thumb2RegisterInfo.cpp Sun Oct 25 13:55:46 2009
@@ -1,4 +1,4 @@
-//===- Thumb2RegisterInfo.cpp - Thumb-2 Register Information -------*- C++ -*-===//
+//===- Thumb2RegisterInfo.cpp - Thumb-2 Register Information ----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,7 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file contains the Thumb-2 implementation of the TargetRegisterInfo class.
+// This file contains the Thumb-2 implementation of the TargetRegisterInfo
+// class.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list