Chris Lattner
|
1af644d9d6
|
Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it.
llvm-svn: 10870
|
2004-01-15 06:11:30 +00:00 |
Chris Lattner
|
eeb4ffd8ea
|
It is obvious that this has never been used for outputing more than a single
byte, it's totally endian incorrect!
llvm-svn: 10857
|
2004-01-14 18:50:28 +00:00 |
Chris Lattner
|
29f9590e82
|
Be const correct
llvm-svn: 10856
|
2004-01-14 18:41:38 +00:00 |
Chris Lattner
|
82167909a8
|
Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is
internal implementation details for the writer, not public interfaces!
llvm-svn: 10738
|
2004-01-10 18:56:59 +00:00 |