1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove tabs.

llvm-svn: 160471
This commit is contained in:
Bill Wendling 2012-07-18 23:58:37 +00:00
parent c7852a0bcc
commit f720eb7a94
3 changed files with 3 additions and 3 deletions

View File

@ -1123,7 +1123,7 @@ public:
else {
// Set all the bits in all the words.
for (unsigned i = 0; i < getNumWords(); ++i)
pVal[i] = -1ULL;
pVal[i] = -1ULL;
}
// Clear the unused ones
clearUnusedBits();

View File

@ -431,7 +431,7 @@ protected:
// Make sure the index is not the Tombstone or Entry key of the DenseMap.
static inline unsigned maskCacheIndex(unsigned I) {
return (I & ~0x02);
return (I & ~0x02);
}
unsigned incrementHeight(TreeTy* L, TreeTy* R) const {

View File

@ -271,7 +271,7 @@ public:
/// compatibility, which handles supporting skewed version numbering schemes
/// used by the "darwin" triples.
unsigned isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
unsigned Micro = 0) const {
unsigned Micro = 0) const {
assert(isMacOSX() && "Not an OS X triple!");
// If this is OS X, expect a sane version number.