summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver/Plugin.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-07 18:28:00 +0000
committerChris Lattner <sabre@nondot.org>2009-07-07 18:28:00 +0000
commit72a743fc47030f50a232316d47dafc3785ec55d6 (patch)
treeae03f2d5baf3390826b4ae842daccdf7f8993195 /llvm/lib/CompilerDriver/Plugin.cpp
parente44605309962f9cd98f6d6e1f186dbf7a4c8455d (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud