[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
[oota-llvm.git] / include / llvm / MC / MCParser / MCAsmParser.h
index 156eb4f794f2f4c211cf97b3ccdef88ff8fbeb5c..4ca5b9ae9e26fdaa28dbd32defa43477b306cb07 100644 (file)
@@ -34,10 +34,12 @@ class Twine;
 class MCAsmParserSemaCallback {
 public:
   typedef struct {
+    void *OpDecl;
     bool IsVarDecl;
     unsigned Length, Size, Type;
 
     void clear() {
+      OpDecl = 0;
       IsVarDecl = false;
       Length = 1;
       Size = 0;