mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76f63aef56
commit
aa7507d68d
@ -1123,7 +1123,7 @@ public:
|
|||||||
else {
|
else {
|
||||||
// Set all the bits in all the words.
|
// Set all the bits in all the words.
|
||||||
for (unsigned i = 0; i < getNumWords(); ++i)
|
for (unsigned i = 0; i < getNumWords(); ++i)
|
||||||
pVal[i] = -1ULL;
|
pVal[i] = -1ULL;
|
||||||
}
|
}
|
||||||
// Clear the unused ones
|
// Clear the unused ones
|
||||||
clearUnusedBits();
|
clearUnusedBits();
|
||||||
|
@ -431,7 +431,7 @@ protected:
|
|||||||
|
|
||||||
// Make sure the index is not the Tombstone or Entry key of the DenseMap.
|
// Make sure the index is not the Tombstone or Entry key of the DenseMap.
|
||||||
static inline unsigned maskCacheIndex(unsigned I) {
|
static inline unsigned maskCacheIndex(unsigned I) {
|
||||||
return (I & ~0x02);
|
return (I & ~0x02);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned incrementHeight(TreeTy* L, TreeTy* R) const {
|
unsigned incrementHeight(TreeTy* L, TreeTy* R) const {
|
||||||
|
@ -271,7 +271,7 @@ public:
|
|||||||
/// compatibility, which handles supporting skewed version numbering schemes
|
/// compatibility, which handles supporting skewed version numbering schemes
|
||||||
/// used by the "darwin" triples.
|
/// used by the "darwin" triples.
|
||||||
unsigned isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
|
unsigned isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
|
||||||
unsigned Micro = 0) const {
|
unsigned Micro = 0) const {
|
||||||
assert(isMacOSX() && "Not an OS X triple!");
|
assert(isMacOSX() && "Not an OS X triple!");
|
||||||
|
|
||||||
// If this is OS X, expect a sane version number.
|
// If this is OS X, expect a sane version number.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user