summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-07-06 16:24:23 +0000
committerCraig Topper <craig.topper@intel.com>2017-07-06 16:24:23 +0000
commit95e4142f94df39fc87504c11278139fc698570f2 (patch)
tree993a8699d0a4b0c06bb11cae92e77f391ba4d076 /llvm/lib/Transforms/InstCombine/InstCombineInternal.h
parentfc42acef92be0ef95cd72a3db3e345c8ae23b381 (diff)
downloadbcm5719-llvm-95e4142f94df39fc87504c11278139fc698570f2.tar.gz
bcm5719-llvm-95e4142f94df39fc87504c11278139fc698570f2.zip
[InstCombine] Change helper method to a file local static method. NFC
llvm-svn: 307275
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineInternal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
index 87f11467b95..cb0cda3be11 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
@@ -639,7 +639,6 @@ private:
APInt &UndefElts, unsigned Depth = 0);
Value *SimplifyVectorOp(BinaryOperator &Inst);
- Value *SimplifyBSwap(BinaryOperator &Inst);
/// Given a binary operator, cast instruction, or select which has a PHI node
OpenPOWER on IntegriCloud