Doxygenify some comments.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 18 Aug 2004 17:44:14 +0000 (17:44 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 18 Aug 2004 17:44:14 +0000 (17:44 +0000)
commit66149920c642ce7cc8adb06bb4277234467573be
tree744202ee0482b07a2a57beb80e1ebf1e13255497
parent883342c1e52f5bc998615f2d58df27ec0a7a2a91
Doxygenify some comments.
Clean up cpReg2MemMI and cpMem2RegMI, and doxygenify comments.
Get rid of their uses of SETSW, which is a pseudoinstruction. We can't
JIT-compile pseudoinstructions at the moment. This was blowing up 252.eon/jit,
which has some HUGE stack frames.
Reduce the uses of constantFitsInImmedField().
Consolidate some assertions.

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