[LIR] Make the LoopIdiomRecognize pass get analyses essentially the same
[oota-llvm.git] / docs / CommandGuide / llc.rst
index 36def9a9f195537a50dccc1146330059ee14c977..8d5c9ce8f8a1a62b05f43c755b2cf7a9a5a3076e 100644 (file)
@@ -45,7 +45,7 @@ End-user Options
 
  Generate code at different optimization levels.  These correspond to the
  ``-O0``, ``-O1``, ``-O2``, and ``-O3`` optimization levels used by
- :program:`llvm-gcc` and :program:`clang`.
+ :program:`clang`.
 
 .. option:: -mtriple=<target triple>
 
@@ -112,11 +112,6 @@ End-user Options
  optimizations allow the code generator to make use of some instructions which
  would otherwise not be usable (such as ``fsin`` on X86).
 
-.. option:: --enable-correct-eh-support
-
- Instruct the **lowerinvoke** pass to insert code for correct exception
- handling support.  This is expensive and is by default omitted for efficiency.
-
 .. option:: --stats
 
  Print statistics recorded by code-generation passes.
@@ -150,11 +145,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*