From c25d63d97777f2ddb4d056ffd6e9c0ba68b1ca59 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 4 Apr 2012 10:54:44 +0000 Subject: [PATCH] -enable-iv-rewrite is neither supported nor needed with LLVM now. The one case where it was a big win was partially an inliner bug and the changes to the inline cost estimate are much smaller over all. --- sys/arch/i386/stand/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/Makefile.inc b/sys/arch/i386/stand/Makefile.inc index ee902be50253..8ffcf35a2bcc 100644 --- a/sys/arch/i386/stand/Makefile.inc +++ b/sys/arch/i386/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.9 2011/12/11 14:59:24 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.10 2012/04/04 10:54:44 joerg Exp $ .include @@ -7,6 +7,5 @@ BINDIR= /usr/mdec OPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer OPT_SIZE.clang= -Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \ -fno-stack-protector -mno-sse \ - -mllvm -enable-iv-rewrite=true \ -mstack-alignment=4 \ -mllvm -inline-threshold=3 -mllvm -enable-load-pre=false