| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index 39646e984528c3b55d3677950ad99decfaa52659..469350592108af8332b6351fcfaf31c0df5fc613 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -88,6 +88,7 @@ std::ostream& operator<<(std::ostream&, SelectParameters const& p);
|
|
|
| SelectParameters const& SelectParametersOf(const Operator* const);
|
|
|
| +CallDescriptor const* CallDescriptorOf(const Operator* const);
|
|
|
| size_t ProjectionIndexOf(const Operator* const);
|
|
|
|
|