OSDN Git Service

Document that MCExpr::Mod is actually remainder.
authorDan Gohman <gohman@apple.com>
Mon, 8 Feb 2010 23:58:47 +0000 (23:58 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 8 Feb 2010 23:58:47 +0000 (23:58 +0000)
commit036c130e90eb5c93b0dc0a70ad07b9343623c2a8
tree5f4861b1fc9be3031683bb2715d064c126d57fec
parent8609fda0f7e4446de85f882755601ffcbd540324
Document that MCExpr::Mod is actually remainder.

Document that MCExpr::Div, Mod, and the comparison operators are all
signed operators.

Document that the comparison operators' results are target-dependent.

Document that the behavior of shr is target-dependent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95619 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
lib/MC/MCExpr.cpp