Module Name:    src
Committed By:   joerg
Date:           Wed Apr  4 10:54:45 UTC 2012

Modified Files:
        src/sys/arch/i386/stand: Makefile.inc

Log Message:
-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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/stand/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/Makefile.inc
diff -u src/sys/arch/i386/stand/Makefile.inc:1.9 src/sys/arch/i386/stand/Makefile.inc:1.10
--- src/sys/arch/i386/stand/Makefile.inc:1.9	Sun Dec 11 14:59:24 2011
+++ src/sys/arch/i386/stand/Makefile.inc	Wed Apr  4 10:54:44 2012
@@ -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 <bsd.own.mk>
 
@@ -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

Reply via email to