From 01bc96d007b67fdb7fe349232a83e4b354ce3d08 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 11 Apr 2014 17:43:50 +0100 Subject: Long support in optimizing compiler. - Add stack locations to the Location class. - Change logic of parameter passing/setup by setting the location of such instructions the ones for the calling convention. Change-Id: I4730ad58732813dcb9c238f44f55dfc0baa18799 --- test/403-optimizing-long/info.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/403-optimizing-long/info.txt (limited to 'test/403-optimizing-long/info.txt') diff --git a/test/403-optimizing-long/info.txt b/test/403-optimizing-long/info.txt new file mode 100644 index 0000000..dc2d668 --- /dev/null +++ b/test/403-optimizing-long/info.txt @@ -0,0 +1 @@ +Tests long support on optimizing compiler. -- cgit v1.1