Chromium Code Reviews| Index: include/llvm/Object/MachO.h |
| =================================================================== |
| --- include/llvm/Object/MachO.h (revision 152141) |
| +++ include/llvm/Object/MachO.h (working copy) |
| @@ -47,7 +47,7 @@ |
| MachOObject *getObject() { return MachOObj; } |
| static inline bool classof(const Binary *v) { |
| - return v->getType() == isMachO; |
| + return v->isMachO(); |
| } |
| static inline bool classof(const MachOObjectFile *v) { return true; } |