diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index a76729c5f8b..cfe840442df 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -2065,7 +2065,7 @@ static SDValue getZeroVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) { static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) { assert(VT.isVector() && "Expected a vector type"); - // Always build ones vectors as <16 x i32> or <8 x i32> bitcasted to their + // Always build ones vectors as <16 x i8> or <8 x i8> bitcasted to their // dest type. This ensures they get CSE'd. SDValue Vec; SDValue Cst = DAG.getTargetConstant(0xFF, MVT::i8);