Skip to content

Commit 427a2c4

Browse files
committed
clang-format
1 parent 6314d5a commit 427a2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/MC/MCInst.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ bool MCOperand::isSimpleSymbolRef(MCExpr::Spec &Specifier) const {
7878
case MCExpr::Constant:
7979
break;
8080
case MCExpr::Target:
81-
// It's not clear this is right, does MCTargetExpr need another virtual method?
81+
// It's not clear this is right, does MCTargetExpr need another virtual
82+
// method?
8283
break;
8384
case MCExpr::SymbolRef:
8485
Specifier = cast<MCSymbolRefExpr>(Expr)->getSpecifier();

0 commit comments

Comments
 (0)