projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2a9fb
)
Fix coding standards violation.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:19:02 +0000
(21:19 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:19:02 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35189
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/APInt.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/APInt.cpp
b/lib/Support/APInt.cpp
index 0d0f9ffca49a0e44573e0b0f0907e5a18c4b32f4..19eade9e5c089f49e5b5695c7cb82e78e4b181d2 100644
(file)
--- a/
lib/Support/APInt.cpp
+++ b/
lib/Support/APInt.cpp
@@
-43,7
+43,7
@@
inline static uint64_t* getMemory(uint32_t numWords) {
return result;
}
-APInt::APInt(uint32_t numBits, uint64_t val, bool isSigned
)
+APInt::APInt(uint32_t numBits, uint64_t val, bool isSigned)
: BitWidth(numBits), VAL(0) {
assert(BitWidth >= IntegerType::MIN_INT_BITS && "bitwidth too small");
assert(BitWidth <= IntegerType::MAX_INT_BITS && "bitwidth too large");