Skip to content

Commit f3a8f87

Browse files
committed
[NVPTX] Remove extra ';' outside of a function (NFC)
/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp:224:2: error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi] }; ^ 1 error generated.
1 parent 932d9c1 commit f3a8f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ getVectorLoweringShape(EVT VectorVT) {
221221
}
222222

223223
llvm_unreachable("All cases in switch should return.");
224-
};
224+
}
225225

226226
/// ComputePTXValueVTs - For the given Type \p Ty, returns the set of primitive
227227
/// EVTs that compose it. Unlike ComputeValueVTs, this will break apart vectors

0 commit comments

Comments
 (0)