From: Edward O'Callaghan Date: Wed, 28 Oct 2009 15:04:53 +0000 (+0000) Subject: No newline at end of file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c359ec7021e96cc4202edcb71aef1c5a20f6c381;p=oota-llvm.git No newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85390 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/SCCVN.cpp b/lib/Transforms/Scalar/SCCVN.cpp index 5f46c8bb6d4..c047fca9938 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 +}