1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Extra semi-colon.

llvm-svn: 135561
This commit is contained in:
Eric Christopher 2011-07-20 02:44:39 +00:00
parent d2b268558b
commit 51af0c896c

View File

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