From bc7c0b8b9502237ed30c6a7435cb37911ea4cc6f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2004 08:40:35 +0000 Subject: [PATCH] boog fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12436 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 79583fb1aac..d3ce29c5d73 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -220,6 +220,8 @@ cause use of invalid pointers!
  • CBE gives linkonce functions wrong linkage semantics
  • [JIT] Programs cannot resolve the fstat function
  • [indvars] Induction variable analysis violates LLVM invariants
  • +
  • [execution engines] Unhandled cast constant expression
  • + -- 2.34.1