[PATCH] x86-64: Don't disable basic block reordering
authorAndi Kleen <ak@suse.de>
Wed, 2 May 2007 17:27:08 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:08 +0000 (19:27 +0200)
commit1652fcbf37abdbbebaf386b46b20e486769e7b45
treea123d8c0fddf1fb7f468925eb2ee996d7aff09a4
parent184c44d2049c4db7ef6ec65794546954da2c6a0e
[PATCH] x86-64: Don't disable basic block reordering

When compiling with -Os (which is default) the compiler defaults to it
anyways. And with -O2 it probably generates somewhat better (although
also larger) code.

Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/Makefile