[llvm-commits] [llvm] r155013 - /llvm/trunk/include/llvm/TableGen/Record.h
Jim Grosbach
grosbach at apple.com
Wed Apr 18 10:46:38 PDT 2012
Author: grosbach
Date: Wed Apr 18 12:46:37 2012
New Revision: 155013
URL: http://llvm.org/viewvc/llvm-project?rev=155013&view=rev
Log:
Tidy up. Trailing whitespace.
Modified:
llvm/trunk/include/llvm/TableGen/Record.h
Modified: llvm/trunk/include/llvm/TableGen/Record.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TableGen/Record.h?rev=155013&r1=155012&r2=155013&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Record.h (original)
+++ llvm/trunk/include/llvm/TableGen/Record.h Wed Apr 18 12:46:37 2012
@@ -454,7 +454,7 @@
/// without adding quote markers. This primaruly affects
/// StringInits where we will not surround the string value with
/// quotes.
- virtual std::string getAsUnquotedString() const { return getAsString(); }
+ virtual std::string getAsUnquotedString() const { return getAsString(); }
/// dump - Debugging method that may be called through a debugger, just
/// invokes print on stderr.
@@ -1529,7 +1529,7 @@
void dump() const;
- MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) :
+ MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) :
Rec(Name, Loc, Records) {}
};
More information about the llvm-commits
mailing list