From cbecba264bb870608ffbf7c9df8102116432a7df Mon Sep 17 00:00:00 2001 From: j_mayer Date: Thu, 20 Sep 2007 09:44:48 +0000 Subject: Move likely and unlikely macros in a common place (Aurelien Jarno). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3192 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-alpha/cpu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target-alpha') diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index b219ad3..3f517e6 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -32,10 +32,6 @@ #include "softfloat.h" -/* XXX: put this in a common place */ -#define likely(x) __builtin_expect(!!(x), 1) -#define unlikely(x) __builtin_expect(!!(x), 0) - #define TARGET_HAS_ICE 1 #define ELF_MACHINE EM_ALPHA -- cgit v1.1