summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-09-21 14:59:50 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-09-21 14:59:50 +0000
commitf41b75d85be5d53f7c4ef0f60d55bf7df33a881c (patch)
tree082e17919c785c8b363decb1c6d7ee09e8886a82 /utils
parent47e87db3a1ef79816e1a4fc6b1b450fcd5daf77d (diff)
downloadllvm-f41b75d85be5d53f7c4ef0f60d55bf7df33a881c.tar.gz
llvm-f41b75d85be5d53f7c4ef0f60d55bf7df33a881c.tar.bz2
llvm-f41b75d85be5d53f7c4ef0f60d55bf7df33a881c.tar.xz
Trailing whitespace, 80-col violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/Record.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h
index d6f37eec74..a4ce2557d1 100644
--- a/utils/TableGen/Record.h
+++ b/utils/TableGen/Record.h
@@ -1233,10 +1233,10 @@ public:
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 @@ public:
///
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;