diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index bbd222285e4..41b43d91671 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -669,7 +669,7 @@ unsigned TargetLowering::getVectorTypeBreakdown(MVT VT,  /// If there is no vector type that we want to widen to, returns MVT::Other  /// When and where to widen is target dependent based on the cost of  /// scalarizing vs using the wider vector type. -MVT TargetLowering::getWidenVectorType(MVT VT) { +MVT TargetLowering::getWidenVectorType(MVT VT) const {    assert(VT.isVector());    if (isTypeLegal(VT))      return VT; | 

