Emit SPARC machine code a word at a time instead of a byte at a time.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Apr 2004 17:11:15 +0000 (17:11 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Apr 2004 17:11:15 +0000 (17:11 +0000)
commit62c6f879aee4cb0cb0d27bf6b645172ca131a7d1
treedd6378817268943bc3599fb850aedb3db85e59df
parentaea1b58f1ec420ee73b2ed3ef455901eba531e12
Emit SPARC machine code a word at a time instead of a byte at a time.
Use emitWordAt() to emit forward-branch fixups.

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