From eb4c70b9c4683978b30042329c8e2761e0becc59 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Tue, 20 Dec 2011 01:10:56 +0000
Subject: [PATCH] Add a line to ReleaseNotes for half float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146939 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 6159628ecb2..608a1f354b1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -284,6 +284,7 @@ Release Notes.
expose new optimization opportunities:
+ - IR support for half float
- ....