MCOperand is pod-like.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 17 Oct 2011 21:18:03 +0000 (21:18 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 17 Oct 2011 21:18:03 +0000 (21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142253 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCInst.h

index d384764774958e01d363873c410f626e55a7a5a6..a5e4632b2e6a11a0602a218c5dd1dcde3e87158b 100644 (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.