From 3c1ded2691947725bdd03424b92b96e886bc0824 Mon Sep 17 00:00:00 2001 From: Anshuman Dasgupta Date: Sat, 14 Apr 2012 20:59:13 +0000 Subject: [PATCH] Remove trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154755 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 999637af075..685e9de1a35 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -376,7 +376,7 @@ Release Notes. target's schedule description which can be queried to determine legal groupings of instructions in a bundle.

-

We have added a new target independent VLIW packetizer based on the +

We have added a new target independent VLIW packetizer based on the DFA infrastructure to group machine instructions into bundles.