[llvm-commits] [llvm] r114435 - /llvm/trunk/utils/TableGen/Record.h

Mikhail Glushenkov foldr at codedgers.com
Tue Sep 21 07:59:51 PDT 2010


Author: foldr
Date: Tue Sep 21 09:59:50 2010
New Revision: 114435

URL: http://llvm.org/viewvc/llvm-project?rev=114435&view=rev
Log:
Trailing whitespace, 80-col violations.

Modified:
    llvm/trunk/utils/TableGen/Record.h

Modified: llvm/trunk/utils/TableGen/Record.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/Record.h?rev=114435&r1=114434&r2=114435&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/Record.h (original)
+++ llvm/trunk/utils/TableGen/Record.h Tue Sep 21 09:59:50 2010
@@ -1233,10 +1233,10 @@
     ID(LastID++), Name(N), Loc(loc) {}
   ~Record() {}
 
-  
+
   static unsigned getNewUID() { return LastID++; }
-    
-    
+
+
   unsigned getID() const { return ID; }
 
   const std::string &getName() const { return Name; }
@@ -1350,9 +1350,9 @@
   ///
   std::vector<Record*> getValueAsListOfDefs(StringRef FieldName) const;
 
-  /// getValueAsListOfInts - This method looks up the specified field and returns
-  /// its value as a vector of integers, throwing an exception if the field does
-  /// not exist or if the value is not the right type.
+  /// getValueAsListOfInts - This method looks up the specified field and
+  /// returns its value as a vector of integers, throwing an exception if the
+  /// field does not exist or if the value is not the right type.
   ///
   std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
 





More information about the llvm-commits mailing list