1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

This is a dummy, it doesn't matter what the ValueType is

llvm-svn: 22809
This commit is contained in:
Chris Lattner 2005-08-16 21:59:52 +00:00
parent 9d651a0e3c
commit 8fcd135595

View File

@ -80,7 +80,7 @@ public:
class ValueList : public User {
std::vector<Use> 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(); }