mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Apparently, the style needs to be agreed upon first. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -153,7 +153,7 @@ struct MemsetRange {
|
||||
|
||||
bool isProfitableToUseMemset(const DataLayout &DL) const;
|
||||
};
|
||||
} // namespace
|
||||
} // end anon namespace
|
||||
|
||||
bool MemsetRange::isProfitableToUseMemset(const DataLayout &DL) const {
|
||||
// If we found more than 4 stores to merge or 16 bytes, use memset.
|
||||
@@ -237,7 +237,7 @@ public:
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // end anon namespace
|
||||
|
||||
|
||||
/// addRange - Add a new store to the MemsetRanges data structure. This adds a
|
||||
@@ -355,7 +355,7 @@ namespace {
|
||||
};
|
||||
|
||||
char MemCpyOpt::ID = 0;
|
||||
} // namespace
|
||||
}
|
||||
|
||||
// createMemCpyOptPass - The public interface to this file...
|
||||
FunctionPass *llvm::createMemCpyOptPass() { return new MemCpyOpt(); }
|
||||
|
Reference in New Issue
Block a user