From 83f4900c8ac52d625bb19bb3e57e62162ee66712 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 22 Sep 2007 09:56:28 +0000 Subject: [PATCH] Validation fixes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42228 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index dce3165c9d3..69132c45053 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -222,8 +222,6 @@ to create LLVM IR instructions.
  • Reid contributed support for intrinsics that take arbitrary integer typed arguments, Dan Gohman and Chandler extended it to support FP and vectors.
  • - - @@ -242,9 +240,6 @@ arguments, Dan Gohman and Chandler extended it to support FP and vectors.
  • David Green contributed a new --enable-expensive-checks configure option which enables STL checking, and fixed several bugs exposed by it.
  • - - -