From: Chris Lattner Date: Tue, 16 Aug 2005 21:59:52 +0000 (+0000) Subject: This is a dummy, it doesn't matter what the ValueType is X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fea493030bc0e2a45b65b3e18d3a37ed7c772f59;p=oota-llvm.git This is a dummy, it doesn't matter what the ValueType is git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Reader/Reader.h b/lib/Bytecode/Reader/Reader.h index 6f9f859aeef..eec5de98493 100644 --- a/lib/Bytecode/Reader/Reader.h +++ b/lib/Bytecode/Reader/Reader.h @@ -80,7 +80,7 @@ public: class ValueList : public User { std::vector Uses; public: - ValueList() : User(Type::VoidTy, Value::ValueListVal, 0, 0) {} + ValueList() : User(Type::VoidTy, Value::ArgumentVal, 0, 0) {} // vector compatibility methods unsigned size() const { return getNumOperands(); }