Wrap long line.
This commit is contained in:
parent
274128c6b2
commit
6b412be619
@ -1007,7 +1007,8 @@ obj builder(BuilderRef B) {
|
||||
|
||||
fn InsertElement(ValueRef VecVal, ValueRef EltVal,
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user