diff options
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineInternal.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h index 20c75188ec9f..39b55b028110 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h @@ -600,6 +600,7 @@ public:    /// Canonicalize the position of binops relative to shufflevector.    Instruction *foldVectorBinop(BinaryOperator &Inst);    Instruction *foldVectorSelect(SelectInst &Sel); +  Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);    /// Given a binary operator, cast instruction, or select which has a PHI node    /// as operand #0, see if we can fold the instruction into the PHI (which is  | 
