diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-16 18:56:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-16 18:56:12 +0000 |
commit | aad826b3877ed096119989a21e0acec6ff7d70bd (patch) | |
tree | 779d6110e1c20d675acce059a152be5daa19cf4e /docs | |
parent | e95b40961302c2130968ddfc3ba162e138f2118e (diff) |
grammaro
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index c855a5057a..d94eb4fd14 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -264,7 +264,7 @@ builtins that we need to implement.</p> <h3 id="__builtin_shufflevector">__builtin_shufflevector</h3> <!-- ======================================================================= --> -<p><tt>__builtin_shufflevector</tt> is used to expression generic vector +<p><tt>__builtin_shufflevector</tt> is used to express generic vector permutation/shuffle/swizzle operations. This builtin is also very important for the implementation of various target-specific header files like <tt><xmmintrin.h></tt>. |