From 4e644dd2c2d88fe87bc036ec79f9c7b5cd191b54 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Sat, 6 Mar 2004 22:27:41 +0000 Subject: [PATCH] The default register allocator is local not simple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12187 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index f1e7be3df40..87af1285049 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -142,7 +142,7 @@ OPTIONS
  • -regalloc=<ra>
    - Specify the register allocator to use. The default is simple. + Specify the register allocator to use. The default is local. Valid register allocators are:

    -- 2.34.1