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 ec62dee commit a40a4c5Copy full SHA for a40a4c5
llvm/include/llvm/MC/MCSectionGOFF.h
@@ -110,7 +110,7 @@ class MCSectionGOFF final : public MCSection {
110
111
// Returns the text style for a section. Only defined for ED and PR sections.
112
GOFF::ESDTextStyle getTextStyle() const {
113
- assert(isED() || isPR() || isVirtualSection() && "Expect ED or PR section");
+ assert((isED() || isPR() || isVirtualSection()) && "Expect ED or PR section");
114
if (isED())
115
return EDAttributes.TextStyle;
116
if (isPR())
0 commit comments