aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/APInt.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-07-18 23:58:37 +0000
committerBill Wendling <isanbard@gmail.com>2012-07-18 23:58:37 +0000
commitaa7507d68dcc04f3118a05b5dff4123ded03253e (patch)
treeafe502d9fa3c8696086e0ab9df77ea565b19cf0b /include/llvm/ADT/APInt.h
parent76f63aef5645885a4cf3eb3a7274850ed2ff9a62 (diff)
downloadexternal_llvm-aa7507d68dcc04f3118a05b5dff4123ded03253e.zip
external_llvm-aa7507d68dcc04f3118a05b5dff4123ded03253e.tar.gz
external_llvm-aa7507d68dcc04f3118a05b5dff4123ded03253e.tar.bz2
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160471 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/APInt.h')
-rw-r--r--include/llvm/ADT/APInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h
index cacfb5d..9498ef0 100644
--- a/include/llvm/ADT/APInt.h
+++ b/include/llvm/ADT/APInt.h
@@ -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();