mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
Make long line fit in 80 cols.
llvm-svn: 36183
This commit is contained in:
parent
7d868316fd
commit
67ab398ba3
@ -1000,7 +1000,7 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) {
|
||||
unsigned CC = I->getCallingConv()+1;
|
||||
unsigned ID = (Slot << 5) | (CC & 15);
|
||||
|
||||
if (I->isDeclaration()) // If external, we don't have an FunctionInfo block.
|
||||
if (I->isDeclaration()) // If external, we don't have an FunctionInfo block.
|
||||
ID |= 1 << 4;
|
||||
|
||||
if (I->getAlignment() || I->hasSection() || (CC & ~15) != 0 ||
|
||||
|
Loading…
Reference in New Issue
Block a user