| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index 2ce10830d6809e0dd15330b387635d36931b90ad..7aaf513de1aeb41e2a36d709819c846f4a68252c 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -268,9 +268,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);
|
|
|
| /// Allocate data of type T using the global allocator. We allow entities
|
| /// allocated from this global allocator to be either trivially or
|
|
|