diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
| commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
| tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /lib/Analysis/Dominators.cpp | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Notes
Diffstat (limited to 'lib/Analysis/Dominators.cpp')
| -rw-r--r-- | lib/Analysis/Dominators.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Analysis/Dominators.cpp b/lib/Analysis/Dominators.cpp index 0e02c6d7174a3..1b7dd8c804e14 100644 --- a/lib/Analysis/Dominators.cpp +++ b/lib/Analysis/Dominators.cpp @@ -1,4 +1,4 @@ -//=- Dominators.cpp - Implementation of dominators tree for Clang CFG C++ -*-=// +//===- Dominators.cpp - Implementation of dominators tree for Clang CFG ---===// // // The LLVM Compiler Infrastructure // @@ -11,4 +11,4 @@ using namespace clang; -void DominatorTree::anchor() { } +void DominatorTree::anchor() {} |
