From 204fa53528414152433e835813b794a997da21af Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 23 Jul 2004 19:41:13 +0000 Subject: [PATCH] bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15142 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f25c56cb6a2..765e5427c0a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -295,6 +295,7 @@ instruction an instruction is not embedded into a function
  • [X86] stackifier crash on floating point setcc X, X
  • +
  • Can't add LICM to FunctionPassManager
  • Bugs in the C/C++ front-end:

    -- 2.34.1