diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-12 20:53:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-12 20:53:56 +0000 |
commit | db99095cfe2690509a27820aa384bc528426e471 (patch) | |
tree | b78ba86f0e43b1c8d9484365a01a17662b8a9624 | |
parent | bf4af353edd2da1d7f2ed0b22238a8d2c038f5cf (diff) |
Attempt to unbreak LLVM build, David G. please check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87025 91177308-0d34-0410-b5e6-96231b3b80d8
-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: |