[llvm-commits] [llvm] r75686 - /llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h

Bob Wilson bob.wilson at apple.com
Tue Jul 14 14:46:28 PDT 2009


Author: bwilson
Date: Tue Jul 14 16:45:58 2009
New Revision: 75686

URL: http://llvm.org/viewvc/llvm-project?rev=75686&view=rev
Log:
Fix bad indentation and 80-col violation.

Modified:
    llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h

Modified: llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h?rev=75686&r1=75685&r2=75686&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMConstantPoolValue.h Tue Jul 14 16:45:58 2009
@@ -77,7 +77,8 @@
   void dump() const;
 };
 
-  inline std::ostream &operator<<(std::ostream &O, const ARMConstantPoolValue &V) {
+inline std::ostream &operator<<(std::ostream &O,
+                                const ARMConstantPoolValue &V) {
   V.print(O);
   return O;
 }





More information about the llvm-commits mailing list