From 1a0d93f416361d11bffd562d092cb2ba53cd8e9c Mon Sep 17 00:00:00 2001 From: qining Date: Thu, 5 May 2016 17:47:27 -0400 Subject: [PATCH] Fix the test of precise output function parameter Rebase to 5cc344d8ce09a6d35ff88b9ea9f351062d779081 and update the expected test result. --- Test/baseResults/precise.tesc.out | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Test/baseResults/precise.tesc.out b/Test/baseResults/precise.tesc.out index d14af90e..4976b9cb 100644 --- a/Test/baseResults/precise.tesc.out +++ b/Test/baseResults/precise.tesc.out @@ -341,18 +341,18 @@ vertices = -1 0:96 Function Definition: precise_func_parameter(f1;f1; (global float) 0:96 Function Parameters: 0:96 'b' (in float) -0:96 'c' (out float) +0:96 'c' (noContraction out float) 0:97 Sequence 0:97 Sequence 0:97 move second child to first child (temp float) -0:97 'a' (temp float) +0:97 'a' (noContraction temp float) 0:97 Constant: 0:97 0.500000 0:98 move second child to first child (temp float) -0:98 'c' (out float) -0:98 add (temp float) -0:98 'a' (temp float) -0:98 'b' (in float) +0:98 'c' (noContraction out float) +0:98 add (noContraction temp float) +0:98 'a' (noContraction temp float) +0:98 'b' (noContraction in float) 0:99 Branch: Return with expression 0:99 subtract (temp float) 0:99 'a' (temp float) @@ -706,18 +706,18 @@ vertices = -1 0:96 Function Definition: precise_func_parameter(f1;f1; (global float) 0:96 Function Parameters: 0:96 'b' (in float) -0:96 'c' (out float) +0:96 'c' (noContraction out float) 0:97 Sequence 0:97 Sequence 0:97 move second child to first child (temp float) -0:97 'a' (temp float) +0:97 'a' (noContraction temp float) 0:97 Constant: 0:97 0.500000 0:98 move second child to first child (temp float) -0:98 'c' (out float) -0:98 add (temp float) -0:98 'a' (temp float) -0:98 'b' (in float) +0:98 'c' (noContraction out float) +0:98 add (noContraction temp float) +0:98 'a' (noContraction temp float) +0:98 'b' (noContraction in float) 0:99 Branch: Return with expression 0:99 subtract (temp float) 0:99 'a' (temp float)