From 974eb0a96d8b9a8477bac1692fb1f1f6858f629c Mon Sep 17 00:00:00 2001 From: Junmo Park Date: Tue, 8 Mar 2016 07:09:46 +0000 Subject: Revert "[InstCombine] Combine A->B->A BitCast" This reverts commit r262670 due to compile failure. llvm-svn: 262916 --- llvm/lib/Transforms/InstCombine/InstCombineInternal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h') diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h index b5e113e6055..c251683d514 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h @@ -391,7 +391,6 @@ private: Instruction *scalarizePHI(ExtractElementInst &EI, PHINode *PN); Value *EvaluateInDifferentElementOrder(Value *V, ArrayRef Mask); Instruction *foldCastedBitwiseLogic(BinaryOperator &I); - Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN); public: /// \brief Inserts an instruction \p New before instruction \p Old -- cgit v1.2.3