mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +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…
x
Reference in New Issue
Block a user