mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix a typo.
llvm-svn: 111627
This commit is contained in:
parent
d2ba02571e
commit
20b6ec47d1
@ -999,7 +999,7 @@ external const_insertelement : llvalue -> llvalue -> llvalue -> llvalue
|
||||
= "LLVMConstInsertElement"
|
||||
|
||||
(** [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.
|
||||
See the method [llvm::ConstantExpr::getShuffleVector]. *)
|
||||
external const_shufflevector : llvalue -> llvalue -> llvalue -> llvalue
|
||||
|
Loading…
Reference in New Issue
Block a user