git.joshuawise.com
/
snipe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c148fe9
)
Fix caller/callee save impedance mismatch
author
Joshua Wise
<jwise@andrew.cmu.edu>
Sat, 10 Jul 2010 06:49:07 +0000
(
02:49
-0400)
committer
Joshua Wise
<jwise@andrew.cmu.edu>
Sat, 10 Jul 2010 06:49:07 +0000
(
02:49
-0400)
codegen/solidify.sml
patch
|
blob
|
blame
|
history
diff --git
a/codegen/solidify.sml
b/codegen/solidify.sml
index db3cceae6c53cd9592250ce235bf5c32c466d600..ba3fa897a89afe4d4af422b8771ecdcce79486d9 100644
(file)
--- a/
codegen/solidify.sml
+++ b/
codegen/solidify.sml
@@
-54,7
+54,8
@@
struct
X.OperSet.addList (X.OperSet.empty, opsused),
X.OperSet.addList (
X.OperSet.empty,
- [X.REG X.R7,
+ [X.REG X.R6,
+ X.REG X.R7,
X.REG X.R8,
X.REG X.R9,
X.REG X.R10,
This page took
0.020967 seconds
and
4
git commands to generate.