diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-28 15:04:53 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-28 15:04:53 +0000 |
commit | c359ec7021e96cc4202edcb71aef1c5a20f6c381 (patch) | |
tree | 5563bea365cd716989c347b009cffe33ead628f2 | |
parent | 3185d702f2f134dd459545722751bc01105de489 (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.cpp | 2 |
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 +} |