mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Add comment flags so AsmPrinter can output additional information when
emitting comments. These flags carry semantic information not otherwise easily derivable from the IR text. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12dd99dc30
commit
e55abe5cd0
@ -86,6 +86,14 @@ namespace llvm {
|
|||||||
DwarfWriter *DW;
|
DwarfWriter *DW;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/// Flags to specify different kinds of comments to output in
|
||||||
|
/// assembly code. These flags carry semantic information not
|
||||||
|
/// otherwise easily derivable from the IR text.
|
||||||
|
///
|
||||||
|
enum CommentFlag {
|
||||||
|
ReloadReuse = 0x1
|
||||||
|
};
|
||||||
|
|
||||||
/// Output stream on which we're printing assembly code.
|
/// Output stream on which we're printing assembly code.
|
||||||
///
|
///
|
||||||
formatted_raw_ostream &O;
|
formatted_raw_ostream &O;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user