diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-24 20:47:57 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-24 20:47:57 +0000 |
| commit | 5e5e297d160b7fa065421d792bda331c29b85dbc (patch) | |
| tree | bf26b522a35fdcae45049d65f5d56235db6fa731 /llvm/docs/CommandGuide | |
| parent | 6815d6cea1c3af2e20a00f407c84595abf5999dd (diff) | |
| download | bcm5719-llvm-5e5e297d160b7fa065421d792bda331c29b85dbc.tar.gz bcm5719-llvm-5e5e297d160b7fa065421d792bda331c29b85dbc.zip | |
Speling.
llvm-svn: 187076
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst index f7ca322c19c..36def9a9f19 100644 --- a/llvm/docs/CommandGuide/llc.rst +++ b/llvm/docs/CommandGuide/llc.rst @@ -150,11 +150,11 @@ Tuning/Configuration Options *fast* - Fast register allcator. It is default for unoptimized code. + Fast register allocator. It is default for unoptimized code. *greedy* - Greedy register allcator. It is default for optimized code. + Greedy register allocator. It is default for optimized code. *pbqp* |

