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:
cb3595c
)
Remove Tabs.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:46:15 +0000
(11:46 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:46:15 +0000
(11:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14611
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Writer/Writer.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Writer/Writer.cpp
b/lib/Bytecode/Writer/Writer.cpp
index 626162cb9e861be64c491b709cfc639942eeeeaa..8686f4935612c180112707d518009fab2af6c791 100644
(file)
--- a/
lib/Bytecode/Writer/Writer.cpp
+++ b/
lib/Bytecode/Writer/Writer.cpp
@@
-165,12
+165,12
@@
void BytecodeWriter::outputConstants(bool isFunction) {
if (!Plane.empty()) { // Skip empty type planes...
unsigned ValNo = 0;
if (isFunction) // Don't re-emit module constants
- ValNo += Table.getModuleLevel(pno);
+
ValNo += Table.getModuleLevel(pno);
if (hasNullValue(pno)) {
- // Skip zero initializer
- if (ValNo == 0)
- ValNo = 1;
+
// Skip zero initializer
+
if (ValNo == 0)
+
ValNo = 1;
}
// Write out constants in the plane