diff options
author | Chris Lattner <sabre@nondot.org> | 2007-09-21 17:30:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-09-21 17:30:40 +0000 |
commit | 1df4f752f86a28427fcf46d395d8d5415f58c223 (patch) | |
tree | 1d93a1ab675c22391c78d9c9eac022c7efcffbe0 /docs/index.html | |
parent | dfe8934258086ca901122d6ce48c64f297a10404 (diff) | |
download | external_llvm-1df4f752f86a28427fcf46d395d8d5415f58c223.zip external_llvm-1df4f752f86a28427fcf46d395d8d5415f58c223.tar.gz external_llvm-1df4f752f86a28427fcf46d395d8d5415f58c223.tar.bz2 |
gcroot must take concrete types, not arbitrary types.
clean up intrinsic descriptions in langref a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 99aac45..c343cf4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -271,3 +271,4 @@ times each day, making it a high volume list.</li> Last modified: $Date$ </address> </body></html> + |