Following to the discussion made in RFC: https://groups.google.com/forum/#!msg/llvm-dev/eFtnCwpMMhs/eAHQj8rJCAAJ;context-place=searchin/llvm-dev/magabari%7Csort:date
This is an implementation of 'nof' flag for sdiv\udiv llvm instructions.
Please start reading the proposed RFC & changes in the LangRef.rst.
Adding this flag to integer div flag will allow us (later) to speculate div operation without a need to worry of divide by zero or overflow.
This patch contains llvm frontend changes only.
Remove slash from end of line. Doxygen comment don't need the new line escaped.