summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-08 16:47:11 +0000
committerEric Christopher <echristo@gmail.com>2013-10-08 16:47:11 +0000
commit2565de926b64b0777c2a192b53ac1ab43fc42a70 (patch)
tree1a6da610783815d82b20ab8dfece4a5dd7ddcdd6 /lib/CodeGen/LLVMTargetMachine.cpp
parent88fc7015ce9258a88d5e2a0b0cebf4a2f2f8e811 (diff)
downloadllvm-2565de926b64b0777c2a192b53ac1ab43fc42a70.tar.gz
llvm-2565de926b64b0777c2a192b53ac1ab43fc42a70.tar.bz2
llvm-2565de926b64b0777c2a192b53ac1ab43fc42a70.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp
index 5699511a4d..ad2c5534a8 100644
--- a/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/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,