* Minor spacing and comment cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61590
91177308-0d34-0410-b5e6-
96231b3b80d8
#define LLVM_LINKER_H
#include "llvm/System/Path.h"
-#include <vector>
#include <memory>
+#include <vector>
namespace llvm {
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Streams.h"
-#include <vector>
-#include <utility>
-#include <iosfwd>
#include <cassert>
+#include <iosfwd>
+#include <utility>
+#include <vector>
namespace llvm {
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Compiler.h"
#include "llvm/ADT/SmallVector.h"
+#include <cassert>
+#include <cstdarg>
#include <string>
-#include <vector>
#include <utility>
-#include <cstdarg>
-#include <cassert>
+#include <vector>
namespace llvm {
};
template<typename Cond_t>
-inline brc_match<Cond_t> m_Br(const Cond_t &C, BasicBlock *&T, BasicBlock *&F){
+inline brc_match<Cond_t> m_Br(const Cond_t &C, BasicBlock *&T, BasicBlock *&F) {
return brc_match<Cond_t>(C, T, F);
}
-
-}} // end llvm::match
-
+} // end namespace PatternMatch
+} // end namespace llvm
#endif
-