mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
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
This commit is contained in:
parent
a8cd01524f
commit
fea493030b
@ -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