summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
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
commit2fa95bcd68a6205e5e805112a905b4eacea29bc7 (patch)
treea3ea2bd750e8ec2111040e3f14eefc9293eeb231 /llvm/lib/Bytecode/Writer
parenta52b0009ea25cbef6bb2154678ccaaabf49efd8d (diff)
downloadbcm5719-llvm-2fa95bcd68a6205e5e805112a905b4eacea29bc7.tar.gz
bcm5719-llvm-2fa95bcd68a6205e5e805112a905b4eacea29bc7.zip
Remove Tabs.
llvm-svn: 14611
Diffstat (limited to 'llvm/lib/Bytecode/Writer')
-rw-r--r--llvm/lib/Bytecode/Writer/Writer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp
index 626162cb9e8..8686f493561 100644
--- a/llvm/lib/Bytecode/Writer/Writer.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud