X86: Don't turn shifts into ands if there's another use that may not check for equality.
[oota-llvm.git] / lib / Target / TargetJITInfo.cpp
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...