mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111627 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a78ff63c0
commit
d6850b0f37
@ -999,7 +999,7 @@ external const_insertelement : llvalue -> llvalue -> llvalue -> llvalue
|
|||||||
= "LLVMConstInsertElement"
|
= "LLVMConstInsertElement"
|
||||||
|
|
||||||
(** [const_shufflevector a b mask] returns a constant [shufflevector].
|
(** [const_shufflevector a b mask] returns a constant [shufflevector].
|
||||||
See the LLVM Language Reference for details on the [sufflevector]
|
See the LLVM Language Reference for details on the [shufflevector]
|
||||||
instruction.
|
instruction.
|
||||||
See the method [llvm::ConstantExpr::getShuffleVector]. *)
|
See the method [llvm::ConstantExpr::getShuffleVector]. *)
|
||||||
external const_shufflevector : llvalue -> llvalue -> llvalue -> llvalue
|
external const_shufflevector : llvalue -> llvalue -> llvalue -> llvalue
|
||||||
|
Loading…
Reference in New Issue
Block a user