mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
Remove Tabs.
llvm-svn: 14611
This commit is contained in:
parent
bd058052d9
commit
3c5a47177e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user