[llvm] b334709 - Remove superfluous ; outside of a function
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 04:14:22 PDT 2022
Author: Simon Pilgrim
Date: 2022-08-08T12:14:03+01:00
New Revision: b334709467bf5783c27309ecebda6e75578fc14c
URL: https://github.com/llvm/llvm-project/commit/b334709467bf5783c27309ecebda6e75578fc14c
DIFF: https://github.com/llvm/llvm-project/commit/b334709467bf5783c27309ecebda6e75578fc14c.diff
LOG: Remove superfluous ; outside of a function
Added:
Modified:
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 3541c3d690b4..f6f06bb0bb60 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -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,
More information about the llvm-commits
mailing list