Add some consistent doxygen comments for the address space helpers.
[oota-llvm.git] / include / llvm / InlineAsm.h
index 58c1e84e53f1876e9e829a765f5e6c4d9b92b3f1..b5e0fd4effd6b6d5fda543363d4a179d6cd1e897 100644 (file)
@@ -189,7 +189,6 @@ public:
   }
   
   // Methods for support type inquiry through isa, cast, and dyn_cast:
-  static inline bool classof(const InlineAsm *) { return true; }
   static inline bool classof(const Value *V) {
     return V->getValueID() == Value::InlineAsmVal;
   }
@@ -215,6 +214,8 @@ public:
     Extra_HasSideEffects = 1,
     Extra_IsAlignStack = 2,
     Extra_AsmDialect = 4,
+    Extra_MayLoad = 8,
+    Extra_MayStore = 16,
 
     // Inline asm operands map to multiple SDNode / MachineInstr operands.
     // The first operand is an immediate describing the asm operand, the low