diff options
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r-- | include/llvm/Value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index cfb4422..0496677 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -220,7 +220,6 @@ public: ConstantPointerNullVal, // This is an instance of ConstantPointerNull MDNodeVal, // This is an instance of MDNode MDStringVal, // This is an instance of MDString - NamedMDNodeVal, // This is an instance of NamedMDNode InlineAsmVal, // This is an instance of InlineAsm PseudoSourceValueVal, // This is an instance of PseudoSourceValue FixedStackPseudoSourceValueVal, // This is an instance of |