We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a112e7b commit b634514Copy full SHA for b634514
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
@@ -49,9 +49,9 @@ enum {
49
50
// HLASM docs for address constants:
51
// https://www.ibm.com/docs/en/hla-and-tf/1.6?topic=value-address-constants
52
- S_RCon, // Address of ADA of symbol.
53
- S_VCon, // Address of external function symbol.
54
- S_QCon, // Class-based offset.
+ S_RCon, // Address of ADA of symbol.
+ S_VCon, // Address of external function symbol.
+ S_QCon, // Class-based offset.
55
};
56
} // namespace SystemZ
57
0 commit comments