* Must save FP registers when calling CompilationCallback(), because FP
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Aug 2003 00:26:50 +0000 (00:26 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Aug 2003 00:26:50 +0000 (00:26 +0000)
commitfad4929ee21790847be186933596525856867a60
tree5339e2b7fb636c95e574aa80f0b80c9a97220e95
parent20968a247246a0ef71f340f0a5f74405fc91a727
* Must save FP registers when calling CompilationCallback(), because FP
  registers are global, are NOT windowed, and hence can be clobbered!
* Removed unused register shorthand notations
* Fixed and cleaned up comments in inline assembly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7853 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp