commit | f00654e31b984a8021db6444537093121607d8cf | [log] [tgz] |
---|---|---|
author | Alexander Kornienko <alexfh@google.com> | Tue Jun 23 09:49:53 2015 +0000 |
committer | Alexander Kornienko <alexfh@google.com> | Tue Jun 23 09:49:53 2015 +0000 |
tree | 0dc684b2147f965f61d7a28c799a4be8d93bbddb | |
parent | b76cb044f1a982e29015fe21906f35d2d7736c5f [diff] |
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) Apparently, the style needs to be agreed upon first. llvm-svn: 240390
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp index c890380..3165743 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
@@ -41,7 +41,7 @@ return false; } }; -} // namespace +} char WriteBitcodePass::ID = 0;
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp index 53c3a40..fbbe93f 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp +++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
@@ -52,7 +52,7 @@ IDs[V].first = ID; } }; -} // namespace +} static void orderValue(const Value *V, OrderMap &OM) { if (OM.lookup(V).first)
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.h b/llvm/lib/Bitcode/Writer/ValueEnumerator.h index b2daa48..92d166e 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.h +++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.h
@@ -203,6 +203,6 @@ void EnumerateNamedMetadata(const Module &M); }; -} // namespace llvm +} // End llvm namespace #endif