forked from OSchip/llvm-project
parent
16976d3e83
commit
36ad123dea
|
@ -179,7 +179,7 @@ void StmtPrinter::VisitGotoStmt(GotoStmt *Node) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
|
void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) {
|
||||||
Indent() << "goto ";
|
Indent() << "goto *";
|
||||||
PrintExpr(Node->getTarget());
|
PrintExpr(Node->getTarget());
|
||||||
OS << "\n";
|
OS << "\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue