Skip to content

Commit b334709

Browse files
committed
Remove superfluous ; outside of a function
1 parent bf20d43 commit b334709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5480,7 +5480,7 @@ static llvm::Optional<APInt> FoldValueWithUndef(unsigned Opcode,
54805480
return APInt::getZero(C1.getBitWidth());
54815481

54825482
return llvm::None;
5483-
};
5483+
}
54845484

54855485
SDValue SelectionDAG::FoldSymbolOffset(unsigned Opcode, EVT VT,
54865486
const GlobalAddressSDNode *GA,

0 commit comments

Comments
 (0)