summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-05-30 09:40:17 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-05-30 09:40:17 +0000
commitccb7bd9d84602c1fb5514dcee6de3420f175176a (patch)
tree65976cc5e77eec13691d56df3886b968e9c9e1ae /lib/Transforms/InstCombine/InstCombine.h
parentaebc1b369c8e8b61187da85857dd49ce4e4cda5f (diff)
downloadllvm-ccb7bd9d84602c1fb5514dcee6de3420f175176a.tar.gz
llvm-ccb7bd9d84602c1fb5514dcee6de3420f175176a.tar.bz2
llvm-ccb7bd9d84602c1fb5514dcee6de3420f175176a.tar.xz
Revert r182909.
PR/16177 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--lib/Transforms/InstCombine/InstCombine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombine.h b/lib/Transforms/InstCombine/InstCombine.h
index b3084ccd2c..b1eefd214d 100644
--- a/lib/Transforms/InstCombine/InstCombine.h
+++ b/lib/Transforms/InstCombine/InstCombine.h
@@ -234,7 +234,6 @@ private:
bool WillNotOverflowSignedAdd(Value *LHS, Value *RHS);
Value *EmitGEPOffset(User *GEP);
Instruction *scalarizePHI(ExtractElementInst &EI, PHINode *PN);
- Value *EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask);
public:
// InsertNewInstBefore - insert an instruction New before instruction Old