From 9bdda3a75ebf94bb9259764af1b6c2b383a1fa63 Mon Sep 17 00:00:00 2001
From: Daniel Dunbar
Date: Fri, 19 Mar 2010 03:18:05 +0000
Subject: [PATCH] Drop KLEE blurb, we don't have anything new.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98922 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5a634f372cd..92bc50cab9b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -196,24 +196,6 @@ License, a "BSD-style" license.
-
-
-
-The new LLVM KLEE project is a symbolic
-execution framework for programs in LLVM bitcode form. KLEE tries to
-symbolically evaluate "all" paths through the application and records state
-transitions that lead to fault states. This allows it to construct testcases
-that lead to faults and can even be used to verify algorithms. For more
-details, please see the OSDI 2008 paper about
-KLEE.
-
-
-