diff options
author | Craig Topper <craig.topper@intel.com> | 2017-07-06 16:24:23 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-07-06 16:24:23 +0000 |
commit | 95e4142f94df39fc87504c11278139fc698570f2 (patch) | |
tree | 993a8699d0a4b0c06bb11cae92e77f391ba4d076 /llvm/lib/Transforms/InstCombine/InstCombineInternal.h | |
parent | fc42acef92be0ef95cd72a3db3e345c8ae23b381 (diff) | |
download | bcm5719-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.h | 1 |
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 |