llvm-svn: 192199
This commit is contained in:
Eric Christopher 2013-10-08 16:47:11 +00:00
parent 398fb700a2
commit 016be42362
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to /// addPassesToEmitMachineCode - Add passes to the specified pass manager to
/// get machine code emitted. This uses a JITCodeEmitter object to handle /// get machine code emitted. This uses a JITCodeEmitter object to handle
/// actually outputting the machine code and resolving things like the address /// actually outputting the machine code and resolving things like the address
/// of functions. This method should returns true if machine code emission is /// of functions. This method should return true if machine code emission is
/// not supported. /// not supported.
/// ///
bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM, bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,