aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/x86/hipe_x86.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/x86/hipe_x86.hrl')
-rw-r--r--lib/hipe/x86/hipe_x86.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hipe/x86/hipe_x86.hrl b/lib/hipe/x86/hipe_x86.hrl
index 567848bae5..6cd69905b2 100644
--- a/lib/hipe/x86/hipe_x86.hrl
+++ b/lib/hipe/x86/hipe_x86.hrl
@@ -91,6 +91,8 @@
-record(pseudo_call, {'fun', sdesc, contlab, linkage}).
-record(pseudo_jcc, {cc, true_label, false_label, pred}).
-record(pseudo_spill, {args=[]}).
+-record(pseudo_spill_move, {src, temp, dst}).
+-record(pseudo_spill_fmove, {src, temp, dst}).
-record(pseudo_tailcall, {'fun', arity, stkargs, linkage}).
-record(pseudo_tailcall_prepare, {}).
-record(push, {src}).