aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/individual/branchzu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/individual/branchzu.c')
-rw-r--r--test/mppa/instr/individual/branchzu.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/mppa/instr/individual/branchzu.c b/test/mppa/instr/individual/branchzu.c
deleted file mode 100644
index d0169174..00000000
--- a/test/mppa/instr/individual/branchzu.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(int)
-{
- b = !(a & 0x01);
- if (!b)
- c = 0;
- else
- c = 1;
-}
-END_TEST32()