ucb-bar / esp-llvm

UCB-BAR fork of LLVM! NOT UPSTREAM RISCV LLVM
Other
123 stars 55 forks source link

Correct floating point saved registers hardware register names. #4

Closed jordypotman closed 9 years ago

jordypotman commented 9 years ago

It looks like the hardware register names of the floating point saved registers are incorrect after the update of the register names and calling convention to the new ABI. This corrects them on the riscv-trunk branch. It looks like they are also incorrect on the RISCV branch.