2
0
Эх сурвалжийг харах

Fix mixed line endings in CGHLSLMS.cpp (#1619)

Tex Riddell 6 жил өмнө
parent
commit
2c80affcf9

+ 2 - 2
tools/clang/lib/CodeGen/CGHLSLMS.cpp

@@ -249,8 +249,8 @@ public:
       const EntryFunctionInfo &EntryFunc,
       const clang::HLSLPatchConstantFuncAttr *PatchConstantFuncAttr);
 
-  void AddGlobalStringDecl(const clang::VarDecl *D, llvm::GlobalVariable *GV) override;
-  void AddGlobalStringConstant(llvm::GlobalVariable *GV) override;
+  void AddGlobalStringDecl(const clang::VarDecl *D, llvm::GlobalVariable *GV) override;
+  void AddGlobalStringConstant(llvm::GlobalVariable *GV) override;
   
   void FinishCodeGen() override;
   bool IsTrivalInitListExpr(CodeGenFunction &CGF, InitListExpr *E) override;