Remove superfluous ; outside of a function

This commit is contained in:
Simon Pilgrim 2022-08-08 12:13:19 +01:00
parent bf20d43f82
commit b334709467
1 changed files with 1 additions and 1 deletions

View File

@ -5480,7 +5480,7 @@ static llvm::Optional<APInt> FoldValueWithUndef(unsigned Opcode,
return APInt::getZero(C1.getBitWidth());
return llvm::None;
};
}
SDValue SelectionDAG::FoldSymbolOffset(unsigned Opcode, EVT VT,
const GlobalAddressSDNode *GA,