diff options
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index a545c5cd4c..4eb3b6f63c 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -19,9 +19,6 @@ DEF_HELPER_1(cttz, i64, i64) DEF_HELPER_2(zap, i64, i64, i64) DEF_HELPER_2(zapnot, i64, i64, i64) -DEF_HELPER_2(inswh, i64, i64, i64) -DEF_HELPER_2(inslh, i64, i64, i64) -DEF_HELPER_2(insqh, i64, i64, i64) DEF_HELPER_2(cmpbge, i64, i64, i64) |