diff options
author | Duncan Sands <baldrick@free.fr> | 2007-09-29 16:38:37 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-09-29 16:38:37 +0000 |
commit | 89ee87242b6552f1d06669a799613909b49444a2 (patch) | |
tree | b4983e2340a097132e4e30cb439f4fb1882cb44e | |
parent | 1551ed253f666d5246440add943e36cc5f1f8cf2 (diff) | |
download | external_llvm-89ee87242b6552f1d06669a799613909b49444a2.zip external_llvm-89ee87242b6552f1d06669a799613909b49444a2.tar.gz external_llvm-89ee87242b6552f1d06669a799613909b49444a2.tar.bz2 |
Add newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42470 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/DominatorInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DominatorInternals.h b/include/llvm/Analysis/DominatorInternals.h index cfd2d74..f84c8a6 100644 --- a/include/llvm/Analysis/DominatorInternals.h +++ b/include/llvm/Analysis/DominatorInternals.h @@ -87,4 +87,4 @@ unsigned DFSPass(DominatorTreeBase& DT, typename GraphT::NodeType* V, } -#endif
\ No newline at end of file +#endif |