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

This commit is contained in:
Tex Riddell 2018-10-23 10:36:53 -07:00 коммит произвёл GitHub
Родитель fe2d48b984
Коммит 2c80affcf9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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