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:
d7c1afb
)
Fix indentation.
author
Craig Topper
<craig.topper@gmail.com>
Thu, 27 Feb 2014 03:30:36 +0000
(
03:30
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Thu, 27 Feb 2014 03:30:36 +0000
(
03:30
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202344
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/RegisterInfoEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/RegisterInfoEmitter.cpp
b/utils/TableGen/RegisterInfoEmitter.cpp
index cc08df9443a3f9de92595303f92ee1f5f99438e0..43ee019da8622208b9c1805b12ac34fd9e31016f 100644
(file)
--- a/
utils/TableGen/RegisterInfoEmitter.cpp
+++ b/
utils/TableGen/RegisterInfoEmitter.cpp
@@
-917,7
+917,7
@@
RegisterInfoEmitter::runMCDesc(raw_ostream &OS, CodeGenTarget &Target,
uint64_t Value = 0;
for (unsigned b = 0, be = BI->getNumBits(); b != be; ++b) {
if (BitInit *B = dyn_cast<BitInit>(BI->getBit(b)))
- Value |= (uint64_t)B->getValue() << b;
+
Value |= (uint64_t)B->getValue() << b;
}
OS << " " << Value << ",\n";
}