diff --git a/llvm/include/llvm/CodeGen/MachineCFGPrinter.h b/llvm/include/llvm/CodeGen/MachineCFGPrinter.h --- a/llvm/include/llvm/CodeGen/MachineCFGPrinter.h +++ b/llvm/include/llvm/CodeGen/MachineCFGPrinter.h @@ -1,5 +1,4 @@ -//===-- MachineCFGPrinter.h --------------------------------------------*- C++ -//-*-===// +//===-- MachineCFGPrinter.h -----------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -126,6 +125,7 @@ DOTFuncInfo *CFGInfo) { if (isSimple()) return getSimpleNodeLabel(Node, CFGInfo); + return getCompleteNodeLabel(Node, CFGInfo); }