Skip to content

Commit da982e8

Browse files
committed
[llvm] terminate namespace with closing comment
Namespaces are terminated with a closing comment in the majority of the codebase so do the same here for consistency.
1 parent 76b64ae commit da982e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/CallGraphSCCPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using namespace llvm;
4646
namespace llvm {
4747
cl::opt<unsigned> MaxDevirtIterations("max-devirt-iterations", cl::ReallyHidden,
4848
cl::init(4));
49-
}
49+
} // namespace llvm
5050

5151
STATISTIC(MaxSCCIterations, "Maximum CGSCCPassMgr iterations on one SCC");
5252

0 commit comments

Comments
 (0)