We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9002bee commit ba831c0Copy full SHA for ba831c0
1 file changed
include/dxc/DXIL/DxilMetadataHelper.h
@@ -688,8 +688,8 @@ class DxilMDHelper {
688
static void
689
CopyMetadata(llvm::Instruction &I, llvm::Instruction &SrcInst,
690
llvm::ArrayRef<unsigned> WL = llvm::ArrayRef<unsigned>());
691
- static bool
692
- LoadShaderModelName(const llvm::Module *pModule, std::string &str);
+ static bool LoadShaderModelName(const llvm::Module *pModule,
+ std::string &str);
693
694
private:
695
llvm::LLVMContext &m_Ctx;
0 commit comments