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 6314d5a commit 427a2c4Copy full SHA for 427a2c4
llvm/lib/MC/MCInst.cpp
@@ -78,7 +78,8 @@ bool MCOperand::isSimpleSymbolRef(MCExpr::Spec &Specifier) const {
78
case MCExpr::Constant:
79
break;
80
case MCExpr::Target:
81
- // It's not clear this is right, does MCTargetExpr need another virtual method?
+ // It's not clear this is right, does MCTargetExpr need another virtual
82
+ // method?
83
84
case MCExpr::SymbolRef:
85
Specifier = cast<MCSymbolRefExpr>(Expr)->getSpecifier();
0 commit comments