summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-20 22:07:50 +0000
committerEric Christopher <echristo@apple.com>2012-04-20 22:07:50 +0000
commit5ecac1a5f51507aa149a5ebf742d51a69ef1e666 (patch)
treef539be6d2cf31aed9dd63524cafd40b6139d790b /llvm
parent19d09d23ac9ab7b55dc89fdc0a0d1c940041cb7b (diff)
downloadbcm5719-llvm-5ecac1a5f51507aa149a5ebf742d51a69ef1e666.tar.gz
bcm5719-llvm-5ecac1a5f51507aa149a5ebf742d51a69ef1e666.zip
Extraneous semicolon.
llvm-svn: 155247
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/YAMLParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/YAMLParser.h b/llvm/include/llvm/Support/YAMLParser.h
index 47206b3c6d9..87117fdd4da 100644
--- a/llvm/include/llvm/Support/YAMLParser.h
+++ b/llvm/include/llvm/Support/YAMLParser.h
@@ -130,7 +130,7 @@ public:
void setError(const Twine &Message, Token &Location) const;
bool failed() const;
- virtual void skip() {};
+ virtual void skip() {}
unsigned int getType() const { return TypeID; }
static inline bool classof(const Node *) { return true; }
OpenPOWER on IntegriCloud