Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index 6c64e255c8ded39288621e7894aff0cca7228ac6..f88aa5f8240be59e42abc6e9b862273073115f08 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -66,6 +66,7 @@ public: |
| void setFunctionName(const IceString &Name) { FunctionName = Name; } |
| IceString getFunctionName() const { return FunctionName; } |
| void setReturnType(Type Ty) { ReturnType = Ty; } |
| + Type getReturnType() const { return ReturnType; } |
| /// @} |
| /// \name Manage the "internal" attribute of the function. |