diff options
Diffstat (limited to 'llvm/lib/Bitcode/Reader/ValueList.h')
-rw-r--r-- | llvm/lib/Bitcode/Reader/ValueList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/ValueList.h b/llvm/lib/Bitcode/Reader/ValueList.h index 72775a3cf3b..3119d7735e2 100644 --- a/llvm/lib/Bitcode/Reader/ValueList.h +++ b/llvm/lib/Bitcode/Reader/ValueList.h @@ -20,7 +20,7 @@ namespace llvm { class Constant; class BitcodeReaderValueList { - std::vector<WeakTrackingVH> ValuePtrs; + std::vector<WeakVH> ValuePtrs; /// As we resolve forward-referenced constants, we add information about them /// to this vector. This allows us to resolve them in bulk instead of |