Test commit, clean up comment

llvm-svn: 160873
This commit is contained in:
Andrew Kaylor
2012-07-27 17:52:42 +00:00
parent e00629f777
commit 5c01090c49

View File

@@ -55,7 +55,7 @@ public:
const MemoryBuffer& getBuffer() const { return *InputData; }
// Methods for type inquiry through isa, cast, and dyn_cast
// Methods for type inquiry through isa, cast and dyn_cast
static inline bool classof(const Binary *v) {
return (isa<ELFObjectFile<target_endianness, is64Bits> >(v)
&& classof(cast<ELFObjectFile<target_endianness, is64Bits> >(v)));