InstSimplify: ((X % Y) % Y) -> (X % Y)
[oota-llvm.git] / lib / Analysis / JumpInstrTableInfo.cpp
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...