[Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
[oota-llvm.git] / lib / Support / regex_impl.h
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...