forked from OSchip/llvm-project
parent
9941d72d05
commit
670930c0b8
|
@ -123,6 +123,7 @@ public:
|
|||
void dump() const;
|
||||
};
|
||||
|
||||
template <> struct isPodLike<MCOperand> { static const bool value = true; };
|
||||
|
||||
/// MCInst - Instances of this class represent a single low-level machine
|
||||
/// instruction.
|
||||
|
|
Loading…
Reference in New Issue