From: Chris Lattner Date: Mon, 22 Dec 2003 23:56:37 +0000 (+0000) Subject: bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0cbdd9745d125168f9f0eb33b5ca9420ccd3535b;p=oota-llvm.git bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10587 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1431b32a396..05c278c382b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -151,6 +151,8 @@ locations to registers infrequent crash
  • [indvars] Induction variable canonicalization always makes 32-bit indvars
  • +
  • [constantmerge] Merging globals can +cause use of invalid pointers!