diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-07 18:28:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-07 18:28:00 +0000 |
commit | 72a743fc47030f50a232316d47dafc3785ec55d6 (patch) | |
tree | ae03f2d5baf3390826b4ae842daccdf7f8993195 /llvm/lib/CompilerDriver/Plugin.cpp | |
parent | e44605309962f9cd98f6d6e1f186dbf7a4c8455d (diff) | |
download | bcm5719-llvm-72a743fc47030f50a232316d47dafc3785ec55d6.tar.gz bcm5719-llvm-72a743fc47030f50a232316d47dafc3785ec55d6.zip |
"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!
llvm-svn: 74929
Diffstat (limited to 'llvm/lib/CompilerDriver/Plugin.cpp')
0 files changed, 0 insertions, 0 deletions