aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-09-25 07:10:01 +0000
committerDuncan Sands <baldrick@free.fr>2007-09-25 07:10:01 +0000
commit2eef62e70144d7662a81184489b70a03a7d626ce (patch)
tree8ab255e6e53946f36322f10855a557ef5b9acd7f /lib
parent5b33293740f7686b3805a019aac4217254318d16 (diff)
downloadexternal_llvm-2eef62e70144d7662a81184489b70a03a7d626ce.zip
external_llvm-2eef62e70144d7662a81184489b70a03a7d626ce.tar.gz
external_llvm-2eef62e70144d7662a81184489b70a03a7d626ce.tar.bz2
Add missing end-of-file newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/DominatorCalculation.h2
-rw-r--r--lib/VMCore/DominatorInternals.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/DominatorCalculation.h b/lib/VMCore/DominatorCalculation.h
index de915be..0ad4bc0 100644
--- a/lib/VMCore/DominatorCalculation.h
+++ b/lib/VMCore/DominatorCalculation.h
@@ -104,4 +104,4 @@ void DTcalculate(DominatorTree& DT, Function &F) {
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/lib/VMCore/DominatorInternals.cpp b/lib/VMCore/DominatorInternals.cpp
index b7c8d32..b40e2d9 100644
--- a/lib/VMCore/DominatorInternals.cpp
+++ b/lib/VMCore/DominatorInternals.cpp
@@ -142,4 +142,4 @@ void Link(DominatorTreeBase& DT, BasicBlock *V, BasicBlock *W,
}
-#endif \ No newline at end of file
+#endif