Skip to content

Commit 5656192

Browse files
committed
Apply clang-format
1 parent 33f5896 commit 5656192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ void CGHLSLRuntime::finishCodeGen() {
288288
if (T.getArch() == Triple::ArchType::dxil)
289289
addDxilValVersion(TargetOpts.DxilValidatorVersion, M);
290290
if (LangOpts.NativeHalfType)
291-
M.setModuleFlag(llvm::Module::ModFlagBehavior::Error, "dx.nativelowprec", 1);
291+
M.setModuleFlag(llvm::Module::ModFlagBehavior::Error, "dx.nativelowprec",
292+
1);
292293

293294
generateGlobalCtorDtorCalls();
294295
}

0 commit comments

Comments
 (0)