mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Test commit, clean up comment
llvm-svn: 160873
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user