From 83f6c929e38c12c2b9c2210f7b1ede7ba5e6e598 Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Sun, 11 Oct 2009 19:30:56 +0000
Subject: [PATCH] Remove spurious brackets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83787 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes-2.6.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 6e51aef70a6..8a2f9b4d40b 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -611,7 +611,7 @@ it run faster:
-- The llc -asm-verbose option (exposed from llvm-gcc as (-dA)
+
- The llc -asm-verbose option (exposed from llvm-gcc as -dA
and clang as -fverbose-asm or -dA) now adds a lot of
useful information in comments to
the generated .s file. This information includes location information (if