Wrap long line.
This commit is contained in:
parent
274128c6b2
commit
6b412be619
1 changed files with 2 additions and 1 deletions
|
@ -1007,7 +1007,8 @@ obj builder(BuilderRef B) {
|
||||||
|
|
||||||
fn InsertElement(ValueRef VecVal, ValueRef EltVal,
|
fn InsertElement(ValueRef VecVal, ValueRef EltVal,
|
||||||
ValueRef Index) -> ValueRef {
|
ValueRef Index) -> ValueRef {
|
||||||
ret llvm.LLVMBuildInsertElement(B, VecVal, EltVal, Index, _str.buf(""));
|
ret llvm.LLVMBuildInsertElement(B, VecVal, EltVal, Index,
|
||||||
|
_str.buf(""));
|
||||||
}
|
}
|
||||||
|
|
||||||
fn ShuffleVector(ValueRef V1, ValueRef V2, ValueRef Mask) -> ValueRef {
|
fn ShuffleVector(ValueRef V1, ValueRef V2, ValueRef Mask) -> ValueRef {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue