Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / lib / Support / ConvertUTFWrapper.cpp
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...