diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-12-08 18:25:34 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-12-08 18:25:34 +0000 |
commit | 633713482278876eaa604f8eca6a8ce39db3bb10 (patch) | |
tree | e96fd524327739804b109900599ec1bb8fcfa6a8 | |
parent | 9d2df71d38560fd086ce71e0677304a07ca74935 (diff) | |
download | bcm5719-llvm-633713482278876eaa604f8eca6a8ce39db3bb10.tar.gz bcm5719-llvm-633713482278876eaa604f8eca6a8ce39db3bb10.zip |
Fixed broken link.
llvm-svn: 18648
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 16066c2c31f..a72800e243a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -451,7 +451,7 @@ work: <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Explicit-Reg-Vars.html#Explicit%20Reg%20Vars">Explicit Reg Vars</a>: Defining variables residing in specified registers.</li> <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html#Vector%20Extensions">Vector Extensions</a>: Using vector instructions through built-in functions.</li> <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Target-Builtins.html#Target%20Builtins">Target Builtins</a>: Built-in functions specific to particular targets.</li> - <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html#Thread-Local">Thread-Local</a>: Per-thread variables.</li> + <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Thread_002dLocal.html">Thread-Local</a>: Per-thread variables.</li> <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Pragmas.html#Pragmas">Pragmas</a>: Pragmas accepted by GCC.</li> </ol> |