changeset 17237:c990248e816e

[SPARC] changed register counts due to hint
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Fri, 26 Sep 2014 10:40:34 -0700
parents 5b8f316bdb9e
children 45c8f71196ec
files graal/com.oracle.graal.compiler.sparc.test/src/com/oracle/graal/compiler/sparc/test/SPARCAllocatorTest.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.sparc.test/src/com/oracle/graal/compiler/sparc/test/SPARCAllocatorTest.java	Thu Sep 25 20:57:00 2014 -0700
+++ b/graal/com.oracle.graal.compiler.sparc.test/src/com/oracle/graal/compiler/sparc/test/SPARCAllocatorTest.java	Fri Sep 26 10:40:34 2014 -0700
@@ -46,7 +46,7 @@
 
     @Test
     public void test2() {
-        test("test2snippet", 1, 0, 0);
+        test("test2snippet", 2, 0, 0);
     }
 
     public static long test2snippet(long x) {
@@ -55,7 +55,7 @@
 
     @Test
     public void test3() {
-        test("test3snippet", 3, 0, 0);
+        test("test3snippet", 3, 1, 0);
     }
 
     public static long test3snippet(long x) {