Extra semi-colon.

llvm-svn: 135561
This commit is contained in:
Eric Christopher 2011-07-20 02:44:39 +00:00
parent 87b0c1e63c
commit 954bdafb50
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public:
bool isCompatibleFormat(const MemoryBuffer *InputBuffer) const {
return isKnownFormat(InputBuffer);
};
}
};
} // end namespace llvm