| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index 5d27f5ddc8d17be2cf7adae7fedf6283697752cd..a5c7353573f61349f0dfbc615b3f1bbc0e977916 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 posteriori emission.
|
| + void addJumpTableData(JumpTableData JumpTable);
|
|
|
| static const ClFlags &getFlags() { return Flags; }
|
|
|
|
|