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:
parent
9d651a0e3c
commit
8fcd135595
@ -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(); }
|
||||
|
Loading…
Reference in New Issue
Block a user