Files
llvm-6502/include/llvm/CodeGen
Chris Lattner 393aec6a44 "BinaryObject.h was implicitly converting between uint{16,32,64}_t to
uint8_t (via 'foo & 255'), i replaced this with an explicit (uint8_t)
cast which is equivalent, faster and more correct (silences
type-related warnings). Also, following coding standards I replaced
post-increment with pre-increment."

Patch by Ryan Flynn!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74929 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-07 18:28:00 +00:00
..
2009-05-18 21:08:45 +00:00
2009-05-04 18:40:41 +00:00
2009-06-15 08:28:29 +00:00
2009-07-06 23:44:32 +00:00
2009-07-06 23:44:32 +00:00