Fix bug relating to the return values of prim ops
authorMichael D. Adams <t-madams@microsoft.com>
Tue, 26 Jun 2007 19:23:52 +0000 (19:23 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Tue, 26 Jun 2007 19:23:52 +0000 (19:23 +0000)
commitbb5c3f58b1da850b68e0745766f2786e538b5fbf
treeade3fce42c8e9ea3236283fdb90bb7ebe5889216
parent2955dc83e4cce22ec0da7a2e654e2193814863cc
Fix bug relating to the return values of prim ops
The return values were getting put in a LocalReg
but that LocalReg needed to be stored into the enclosing
expression's return register (e.g. R1).
compiler/codeGen/CgExpr.lhs