| Index: src/IceSwitchLowering.h
|
| diff --git a/src/IceSwitchLowering.h b/src/IceSwitchLowering.h
|
| index e1cdb8a87aab21f6b2054affd4b0343775bd4e12..df3bef3471da5a8881a76e38710d0063979f4df6 100644
|
| --- a/src/IceSwitchLowering.h
|
| +++ b/src/IceSwitchLowering.h
|
| @@ -75,8 +75,8 @@ private:
|
| bool tryAppend(const CaseCluster &New);
|
| };
|
|
|
| -/// Store the jump table data so that it can be emitted later in the correct
|
| -/// ELF section once the offsets from the start of the function are known.
|
| +/// Store the jump table data so that it can be emitted later in the correct ELF
|
| +/// section once the offsets from the start of the function are known.
|
| class JumpTableData {
|
| JumpTableData() = delete;
|
| JumpTableData &operator=(const JumpTableData &) = delete;
|
|
|