aboutsummaryrefslogtreecommitdiff
path: root/rts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'rts.ll')
-rw-r--r--rts.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/rts.ll b/rts.ll
index 1181167..2a9b47a 100644
--- a/rts.ll
+++ b/rts.ll
@@ -157,9 +157,9 @@ done:
eval:
%globasp.1 = call i64** @_push_local_astack(i64** %asp.0, i64** %aspstart, i64** %globasp.0)
%nentry.0 = inttoptr i64 %d.0 to {i64*, i64*} (i64*, i64**, i64*)*
- %t.2 = call {i64*, i64*} %nentry.0(i64* %n.0, i64** %globasp.1, i64* %hp.0)
- %n.1 = extractvalue {i64*, i64*} %t.2, 0
- %hp.1 = extractvalue {i64*, i64*} %t.2, 1
+ %t.2 = call {i64*, i64*} %nentry.0(i64* %hp.0, i64** %globasp.1, i64* %n.0)
+ %hp.1 = extractvalue {i64*, i64*} %t.2, 0
+ %n.1 = extractvalue {i64*, i64*} %t.2, 1
store i64* %n.1, i64** %asp.1
ret i64* %hp.1
}