aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa')
-rw-r--r--test/mppa/instr/builtin64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mppa/instr/builtin64.c b/test/mppa/instr/builtin64.c
index d568b7be..dbbb1886 100644
--- a/test/mppa/instr/builtin64.c
+++ b/test/mppa/instr/builtin64.c
@@ -6,6 +6,9 @@ BEGIN_TEST(long long)
long long d = c;
a = __builtin_k1_alclrd(ptr);
c = d;
+ c += a;
+
+ c += __builtin_clzll(a);
/* Removed the AFADDD builtin who was incorrect in CompCert, see #157 */
// a = __builtin_k1_afaddd(ptr, a);