Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type 'unsign...
[oota-llvm.git] / lib / Support / LEB128.cpp
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...