forked from OSchip/llvm-project
parent
72684fecf8
commit
8dfa2e4465
|
@ -1122,7 +1122,7 @@ void CWriter::printFunction(Function &F) {
|
|||
if (const AllocaInst *AI = isDirectAlloca(&*I)) {
|
||||
Out << " ";
|
||||
printType(Out, AI->getAllocatedType(), Mang->getValueName(AI));
|
||||
Out << "; /* Address exposed local */\n";
|
||||
Out << "; /* Address-exposed local */\n";
|
||||
} else if (I->getType() != Type::VoidTy && !isInlinableInst(*I)) {
|
||||
Out << " ";
|
||||
printType(Out, I->getType(), Mang->getValueName(&*I));
|
||||
|
|
Loading…
Reference in New Issue