[x86] Teach the asm comment printing to only print the clarification of
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86ATTInstPrinter.h
index d2c0b90489e3d2128b745f93127ce3ed9a42659c..175892db05729257343d215001dfa09aa3bb3ed4 100644 (file)
@@ -129,6 +129,9 @@ public:
   void printMemOffs64(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
     printMemOffset(MI, OpNo, O);
   }
+
+private:
+  bool HasCustomInstComment;
 };
   
 }