AArch64InstrInfo.h: Fix a warning introduced in clang r220703. [-Winconsistent-missin...
[oota-llvm.git] / docs / CommandGuide / lli.rst
index 7cc128444dac9ab7fcd52fd8061ab6134c1445c5..502fbd6093537dc7c58650174c7bde3bed3b0f6f 100644 (file)
@@ -50,7 +50,7 @@ GENERAL OPTIONS
 
 
 
-**-load**\ =\ *puginfilename*
+**-load**\ =\ *pluginfilename*
 
  Causes **lli** to load the plugin (shared object) named *pluginfilename* and use
  it for optimization.
@@ -190,12 +190,6 @@ CODE GENERATION OPTIONS
 
 
 
-**-enable-correct-eh-support**
-
- Make the -lowerinvoke pass insert expensive, but correct, EH code.
-
-
-
 **-jit-enable-eh**
 
  Exception handling should be enabled in the just-in-time compiler.