diff options
-rw-r--r-- | include/llvm/Value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index b485524b05..87a6c02d29 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -224,6 +224,7 @@ public: 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 PseudoSourceValue InstructionVal, // This is an instance of Instruction // Markers: |