Chromium Code Reviews| Index: src/IceGlobalContext.h |
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
| index 5d27f5ddc8d17be2cf7adae7fedf6283697752cd..edf41b2c6de01be73d1ebf2f0cc55e43c4a2deb4 100644 |
| --- a/src/IceGlobalContext.h |
| +++ b/src/IceGlobalContext.h |
| @@ -269,9 +269,8 @@ public: |
| /// Return a locked pointer to the registered jump tables. |
| JumpTableDataList getJumpTables(); |
| - /// Create a new jump table entry and return a reference to it. |
| - JumpTableData &addJumpTable(GlobalString FuncName, SizeT Id, |
| - const JumpTableData::TargetList &TargetList); |
| + /// Adds JumpTable to the list of know jump tables, for a posterior emission. |
|
Jim Stichnoth
2016/04/04 13:42:30
known
|
| + void addJumpTableData(JumpTableData JumpTable); |
| static const ClFlags &getFlags() { return Flags; } |