From 1bbddce4d6bf778abcd1838e102d1eb36ae8aae6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 14 Oct 2008 16:13:59 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57495 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 84c5bf354eb..4c78db08da9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -274,7 +274,7 @@ for any of these IR features though. easier for front-ends to create debug info descriptors, similar to the way that IRBuilder makes it easier to create LLVM IR. -
  • The IRBuilder class is now parametrized by a class responsible +
  • The IRBuilder class is now parameterized by a class responsible for constant folding. The default ConstantFolder class does target independent constant folding. The NoFolder class does no constant folding at all, which is useful when learning how LLVM works. The TargetFolder class folds the most, -- 2.34.1