Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / GlobalsModRef / volatile-instrs.ll
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...