diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 93a491f9894..db74ca1cb9c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -492,7 +492,10 @@ converted to strings using llvm::GetConstantStringInfo defined via SDOperand was renamed to SDValue (and the "Val" member was changed to be the getNode() accessor), and the MVT::ValueType enum has been replaced with an "MVT" - struct. + struct. The getSignExtended and getValue methods in the + ConstantSDNode class were renamed to getSExtValue and + getZExtValue respectively, to be more consistent with + the ConstantInt class.