Chris Lattner 05d5a44c02 Do not use .xword and friends to emit zeros on V9. Apparently there are issues
with emitting .xwords when not on an 8-byte boundary (.xword 0 is not the
same as 8 .byte 0's).  Because we do not know when or when we are not aligned,
just emit bytes like the old V9 asmprinter did.

llvm-svn: 16006
2004-08-24 00:26:11 +00:00
..
2004-08-01 09:51:42 +00:00
2004-07-25 07:47:25 +00:00
2004-08-04 09:46:56 +00:00
2004-07-09 14:45:17 +00:00