Skip to content

Commit dee03ca

Browse files
committed
couple of commas to improve readability
1 parent 8cebb59 commit dee03ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ void addDisableOptimizations(llvm::Module &M) {
6060
M.addModuleFlag(llvm::Module::ModFlagBehavior::Override, Key, 1);
6161
}
6262

63-
// Creates the LLVM struct type representing the shape of the constant buffer
64-
// which will be included in the LLVM target type and calculates the memory
63+
// Creates the LLVM struct type representing the shape of the constant buffer,
64+
// which will be included in the LLVM target type, and calculates the memory
6565
// layout and constant buffer layout offsets of each constant.
6666
static void layoutBuffer(CGHLSLRuntime::Buffer &Buf, const DataLayout &DL) {
6767
assert(!Buf.Constants.empty() &&

0 commit comments

Comments
 (0)