summaryrefslogtreecommitdiff
path: root/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
commit51b6fb4469c941b7abd5641716c233fa52fc10ce (patch)
tree979e4a4ef35ef03acc660b08bc6f01449206b7e5 /docs/CommandGuide
parentc1ad37e5cd79e8a35263216ca0f2ac1ca6615ac7 (diff)
downloadllvm-51b6fb4469c941b7abd5641716c233fa52fc10ce.tar.gz
llvm-51b6fb4469c941b7abd5641716c233fa52fc10ce.tar.bz2
llvm-51b6fb4469c941b7abd5641716c233fa52fc10ce.tar.xz
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llc.rst b/docs/CommandGuide/llc.rst
index 36def9a9f1..02ad798c8b 100644
--- a/docs/CommandGuide/llc.rst
+++ b/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*