Skip to content

Commit 2958b7b

Browse files
format LLVMTargetMachine.cpp
1 parent 586aa68 commit 2958b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/LLVMTargetMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM, MCContext *&Ctx,
260260
std::unique_ptr<MCCodeEmitter> MCE(
261261
getTarget().createMCCodeEmitter(*getMCInstrInfo(), *Ctx));
262262
if (!MCE)
263-
return true;
263+
return true;
264264
MCAsmBackend *MAB =
265265
getTarget().createMCAsmBackend(STI, MRI, Options.MCOptions);
266266
if (!MAB)

0 commit comments

Comments
 (0)