All possible ModRef behaviours can be completely represented using existing LLVM IR attributes. And since http://reviews.llvm.org/D11352 this attributes are emitted for intrinsics. There is no need to use separate ModRef table in the BasicAliasAnalysis.
This is step towards removal of the GET_INTRINSIC_MODREF_BEHAVIOR table.