From: Misha Brukman Date: Mon, 16 Feb 2004 19:45:26 +0000 (+0000) Subject: PreSelection isn't optional and so there's no way to turn it off. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2ca265299cb74c7dbc8b507910e7d2033fd44f87;p=oota-llvm.git PreSelection isn't optional and so there's no way to turn it off. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11504 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 36226933f95..30f8603e3ad 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -159,11 +159,6 @@ OPTIONS Disable peephole optimization pass.

-

  • -disable-preopt -
    - Disable optimizations prior to instruction selection. -

    -

  • -disable-sched
    Disable local scheduling pass.