From 7ad22167dcae1c37c0e15173e60580064a09808d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 31 Dec 2010 22:22:48 +0000 Subject: Use standard LLVM optimization passes, and optimize entire module (much more aggressive optimization than previous code). git-svn-id: http://svn.drobilla.net/resp/resp@398 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test/ack.resp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ack.resp') diff --git a/test/ack.resp b/test/ack.resp index 76fb397..3d9544b 100644 --- a/test/ack.resp +++ b/test/ack.resp @@ -3,5 +3,5 @@ (= 0 n) (ack (- m 1) 1) (ack (- m 1) (ack m (- n 1))))) -(ack 3 10) +(ack 3 12) -- cgit v1.2.1