diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/cpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index b219ad38b0..3f517e67b6 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 |