aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-04-09 13:55:44 +0200
committerCyril SIX <cyril.six@kalray.eu>2018-04-09 13:55:44 +0200
commite20c07dddf528ce50951a59cb92f98b4bca8da77 (patch)
tree1c923b35023d0d12004f86680db97e99aa836819 /test/mppa/Makefile
parenta724c959659d94425b8dd4a0dc2e343ecdba3edc (diff)
downloadcompcert-kvx-e20c07dddf528ce50951a59cb92f98b4bca8da77.tar.gz
compcert-kvx-e20c07dddf528ce50951a59cb92f98b4bca8da77.zip
MPPA - Optimized branch generation for word compare to 0
Diffstat (limited to 'test/mppa/Makefile')
-rw-r--r--test/mppa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/Makefile b/test/mppa/Makefile
index 60433f03..36bd49bc 100644
--- a/test/mppa/Makefile
+++ b/test/mppa/Makefile
@@ -1,5 +1,5 @@
DIR=general
-TESTNAMES=simple call branch for forvar forvarl
+TESTNAMES=simple call branch for forvar forvarl branchz branchzu
TESTS=$(addprefix $(DIR)/,$(TESTNAMES))
ELF=$(addsuffix .bin,$(TESTS))