From 2ca265299cb74c7dbc8b507910e7d2033fd44f87 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 16 Feb 2004 19:45:26 +0000 Subject: [PATCH] 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 --- docs/CommandGuide/llc.html | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.34.1