| Index: src/IceFixups.h
|
| diff --git a/src/IceFixups.h b/src/IceFixups.h
|
| index 9ec72c36bd331dddf540120e8f427f7465189c03..3ab2ba71b82d4616571b5bb08c703a274a6b2d48 100644
|
| --- a/src/IceFixups.h
|
| +++ b/src/IceFixups.h
|
| @@ -18,12 +18,12 @@
|
|
|
| namespace Ice {
|
|
|
| -// Each target and container format has a different namespace of relocations.
|
| -// This holds the specific target+container format's relocation number.
|
| +/// Each target and container format has a different namespace of relocations.
|
| +/// This holds the specific target+container format's relocation number.
|
| typedef uint32_t FixupKind;
|
|
|
| -// Assembler fixups are positions in generated code/data that hold relocation
|
| -// information that needs to be processed before finalizing the code/data.
|
| +/// Assembler fixups are positions in generated code/data that hold relocation
|
| +/// information that needs to be processed before finalizing the code/data.
|
| struct AssemblerFixup {
|
| AssemblerFixup &operator=(const AssemblerFixup &) = delete;
|
|
|
|
|