mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-18 10:24:45 +00:00
Remove unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1870,8 +1870,6 @@ struct AddMaskingAnd {
|
||||
|
||||
static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO,
|
||||
InstCombiner *IC) {
|
||||
LLVMContext *Context = IC->getContext();
|
||||
|
||||
if (CastInst *CI = dyn_cast<CastInst>(&I)) {
|
||||
return IC->InsertCastBefore(CI->getOpcode(), SO, I.getType(), I);
|
||||
}
|
||||
|
Reference in New Issue
Block a user