소스 검색

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

Tex Riddell 7 년 전
부모
커밋
2c80affcf9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/clang/lib/CodeGen/CGHLSLMS.cpp

+ 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;