aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/Writer.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 11:46:15 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 11:46:15 +0000
commit0852c80e38a5a9d2b0ce0f3f0505d62ab7e484e1 (patch)
tree8792cf3e41d81375daa7116a4046441d6f382ea4 /lib/Bytecode/Writer/Writer.cpp
parentcb3595c3d1e1c526a2bd125047a57277c30fa86d (diff)
Remove Tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14611 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/Writer.cpp')
-rw-r--r--lib/Bytecode/Writer/Writer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp
index 626162cb9e..8686f49356 100644
--- 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