Skip to content

Commit efa234f

Browse files
committed
fixup! Add TODO comment
1 parent bb45125 commit efa234f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ SDValue DAGTypeLegalizer::PromoteIntOp_BITCAST(SDNode *N) {
22172217

22182218
switch (getTypeAction(InVT)) {
22192219
case TargetLowering::TypePromoteInteger: {
2220-
// TODO: Handle big endian
2220+
// TODO: Handle big endian & vector input type.
22212221
if (OutVT.isVector() && !InVT.isVector() &&
22222222
DAG.getDataLayout().isLittleEndian()) {
22232223
EVT EltVT = OutVT.getVectorElementType();

0 commit comments

Comments
 (0)