diff options
author | Eric Christopher <echristo@gmail.com> | 2013-10-08 16:47:11 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-10-08 16:47:11 +0000 |
commit | 016be42362c6b9caa3fd0cbc218257a82bb43491 (patch) | |
tree | 52615897810d4ee69cadab1a5deda72e94438326 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 398fb700a20f4c7717ecaa821ae3af075ad0e7e1 (diff) | |
download | bcm5719-llvm-016be42362c6b9caa3fd0cbc218257a82bb43491.tar.gz bcm5719-llvm-016be42362c6b9caa3fd0cbc218257a82bb43491.zip |
Grammar.
llvm-svn: 192199
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index 5699511a4de..ad2c5534a88 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -231,7 +231,7 @@ bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM, /// addPassesToEmitMachineCode - Add passes to the specified pass manager to /// get machine code emitted. This uses a JITCodeEmitter object to handle /// 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. /// bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM, |