aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-28 15:04:53 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-28 15:04:53 +0000
commitc359ec7021e96cc4202edcb71aef1c5a20f6c381 (patch)
tree5563bea365cd716989c347b009cffe33ead628f2
parent3185d702f2f134dd459545722751bc01105de489 (diff)
No newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85390 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Scalar/SCCVN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SCCVN.cpp b/lib/Transforms/Scalar/SCCVN.cpp
index 5f46c8bb6d..c047fca993 100644
--- a/lib/Transforms/Scalar/SCCVN.cpp
+++ b/lib/Transforms/Scalar/SCCVN.cpp
@@ -718,4 +718,4 @@ bool SCCVN::runOnFunction(Function& F) {
BBMap.clear();
return changed;
-} \ No newline at end of file
+}