From: Tanya Lattner Date: Wed, 8 Dec 2004 18:25:34 +0000 (+0000) Subject: Fixed broken link. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=014e5f5e1c1df6c52236171f02257ea5adfddefe;p=oota-llvm.git Fixed broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 16066c2c31f..a72800e243a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -451,7 +451,7 @@ work:
  • Explicit Reg Vars: Defining variables residing in specified registers.
  • Vector Extensions: Using vector instructions through built-in functions.
  • Target Builtins: Built-in functions specific to particular targets.
  • -
  • Thread-Local: Per-thread variables.
  • +
  • Thread-Local: Per-thread variables.
  • Pragmas: Pragmas accepted by GCC.