Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits
[oota-llvm.git] / lib / Target / TargetJITInfo.cpp
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...