Skip to content

Commit 1d56b80

Browse files
committed
Removed dead code
1 parent 7ec5895 commit 1d56b80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,6 @@ class SeparateConstOffsetFromGEP {
488488

489489
DenseMap<ExprKey, SmallVector<Instruction *, 2>> DominatingAdds;
490490
DenseMap<ExprKey, SmallVector<Instruction *, 2>> DominatingSubs;
491-
492-
bool decomposeXor(Function &F);
493-
Value *tryFoldXorToOrDisjoint(Instruction &I);
494491
};
495492

496493
/// A helper class that aims to convert xor operations into or operations when

0 commit comments

Comments
 (0)