MCOperand is pod-like.

llvm-svn: 142253
This commit is contained in:
Benjamin Kramer 2011-10-17 21:18:03 +00:00
parent 9941d72d05
commit 670930c0b8
1 changed files with 1 additions and 0 deletions

View File

@ -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.