Chromium Code Reviews| Index: src/IceAssembler.h |
| diff --git a/src/IceAssembler.h b/src/IceAssembler.h |
| index d2e9578ffe2d2a613fff1b76e907f282d15a2263..8adfb9c1f979828dc6f6b3594fa882034ca0f0cd 100644 |
| --- a/src/IceAssembler.h |
| +++ b/src/IceAssembler.h |
| @@ -34,6 +34,9 @@ namespace Ice { |
| class Assembler; |
| +// Defines form that assembly instruction should be synthesized. |
|
John
2016/01/04 15:27:49
This is ARM specific. Please so not add it to targ
Karl
2016/01/05 17:43:02
Moved to IceInstARM32.h
|
| +enum AssemblyOutputForm { TextualAssembly, BinaryAssembly }; |
| + |
| /// A Label can be in one of three states: |
| /// - Unused. |
| /// - Linked, unplaced and tracking the position of branches to the label. |