mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-01 12:24:24 +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] =
|
||||
ConstantInt::get(Type::getInt32Ty(V->getContext()),
|
||||
ExtractedIdx+NumElts);
|
||||
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user