Remove Tabs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-07-04 11:46:15 +00:00
parent cb3595c3d1
commit 0852c80e38

View File

@ -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