mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
Remove unneccesary method
llvm-svn: 3452
This commit is contained in:
parent
cc3be0b25c
commit
2522ebee1b
@ -36,10 +36,6 @@ public:
|
||||
}
|
||||
inline unsigned getNumOperands() const { return Operands.size(); }
|
||||
|
||||
inline std::vector<Value*> copyOperands() const {
|
||||
return std::vector<Value*>(op_begin(), op_end());
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Operand Iterator interface...
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user