src/utils/reorder/tools/util-sparcv9.il
changeset 47216 71c04702a3d5
parent 21805 c7d7946239de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/utils/reorder/tools/util-sparcv9.il	Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,11 @@
+
+	.inline _getReturnAddr,0
+	! Warning: don't use in leaf methods - their ret addr is not in %i7.
+	mov		%i7, %o0
+	.end
+
+
+	.inline	_flushInstruction,1
+	flush	%o0
+	stbar
+	.end