mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
Remove trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -302,7 +302,6 @@ static bool CollectSingleShuffleElements(Value *V, Value *LHS, Value *RHS,
|
|||||||
Mask[InsertedIdx % NumElts] =
|
Mask[InsertedIdx % NumElts] =
|
||||||
ConstantInt::get(Type::getInt32Ty(V->getContext()),
|
ConstantInt::get(Type::getInt32Ty(V->getContext()),
|
||||||
ExtractedIdx+NumElts);
|
ExtractedIdx+NumElts);
|
||||||
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user