From bb9a899b7c45b830c6b70e2811130a41ebb31ee5 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 20 Sep 2012 15:19:49 +1000 Subject: Remove exceptions and C++11 features for LLVM. --- impl/systems/1 | 0 impl/systems/gmon.out | Bin 0 -> 82405 bytes impl/systems/test.eqns | 4 ++++ 3 files changed, 4 insertions(+) create mode 100644 impl/systems/1 create mode 100644 impl/systems/gmon.out create mode 100644 impl/systems/test.eqns (limited to 'impl/systems') diff --git a/impl/systems/1 b/impl/systems/1 new file mode 100644 index 0000000..e69de29 diff --git a/impl/systems/gmon.out b/impl/systems/gmon.out new file mode 100644 index 0000000..4cb3fe1 Binary files /dev/null and b/impl/systems/gmon.out differ diff --git a/impl/systems/test.eqns b/impl/systems/test.eqns new file mode 100644 index 0000000..cc554d5 --- /dev/null +++ b/impl/systems/test.eqns @@ -0,0 +1,4 @@ +xup = max(0, min(xup + 1, 9 + 1)) +yup = max(0, min(xup + yup, 9 + yup)) +xlow = max(0, xlow-1) +ylow = max(0, ylow + xlow) -- cgit v1.2.3