summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-05 23:29:16 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-05 23:29:16 +0000
commit7c8a4a434648a8f472b79901e848f967bad70cd6 (patch)
treee4cf76365734f0d9f0cc73333960bc7fdb09af30 /llvm/docs/CommandGuide
parenteef2ad92c7e65df2e1a3dc7b1a823fb04f8db6a7 (diff)
downloadbcm5719-llvm-7c8a4a434648a8f472b79901e848f967bad70cd6.tar.gz
bcm5719-llvm-7c8a4a434648a8f472b79901e848f967bad70cd6.zip
Fix grammar.
llvm-svn: 187755
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst
index 36def9a9f19..02ad798c8b6 100644
--- a/llvm/docs/CommandGuide/llc.rst
+++ b/llvm/docs/CommandGuide/llc.rst
@@ -150,11 +150,11 @@ Tuning/Configuration Options
*fast*
- Fast register allocator. It is default for unoptimized code.
+ Fast register allocator. It is the default for unoptimized code.
*greedy*
- Greedy register allocator. It is default for optimized code.
+ Greedy register allocator. It is the default for optimized code.
*pbqp*
OpenPOWER on IntegriCloud