1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Untabify.

llvm-svn: 271860
This commit is contained in:
NAKAMURA Takumi 2016-06-06 00:31:28 +00:00
parent fee40fb679
commit c3ea8d0e63
4 changed files with 8 additions and 9 deletions

View File

@ -512,8 +512,8 @@ namespace llvm {
case scSMaxExpr: case scSMaxExpr:
case scUMaxExpr: case scUMaxExpr:
case scAddRecExpr: case scAddRecExpr:
for (const auto *Op : cast<SCEVNAryExpr>(S)->operands()) for (const auto *Op : cast<SCEVNAryExpr>(S)->operands())
push(Op); push(Op);
break; break;
case scUDivExpr: { case scUDivExpr: {
const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S); const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(S);

View File

@ -185,7 +185,7 @@ CV_SYMBOL(S_GDATA_HLSL32_EX, 0x1164)
CV_SYMBOL(S_LDATA_HLSL32_EX, 0x1165) CV_SYMBOL(S_LDATA_HLSL32_EX, 0x1165)
// Known symbol types // Known symbol types
SYMBOL_RECORD(S_END , 0x0006, ScopeEndSym) SYMBOL_RECORD(S_END , 0x0006, ScopeEndSym)
SYMBOL_RECORD_ALIAS(S_INLINESITE_END , 0x114e, InlineSiteEnd, ScopeEndSym) SYMBOL_RECORD_ALIAS(S_INLINESITE_END , 0x114e, InlineSiteEnd, ScopeEndSym)
SYMBOL_RECORD_ALIAS(S_PROC_ID_END , 0x114f, ProcEnd, ScopeEndSym) SYMBOL_RECORD_ALIAS(S_PROC_ID_END , 0x114f, ProcEnd, ScopeEndSym)

View File

@ -369,9 +369,8 @@ private:
return LDResolver->findSymbol(Name); return LDResolver->findSymbol(Name);
}); });
auto GVsH = auto GVsH = LD.getDylibResources().ModuleAdder(BaseLayer, std::move(GVsM),
LD.getDylibResources().ModuleAdder(BaseLayer, std::move(GVsM), std::move(GVsResolver));
std::move(GVsResolver));
LD.addToLogicalModule(LMH, GVsH); LD.addToLogicalModule(LMH, GVsH);
} }
@ -498,7 +497,7 @@ private:
}); });
return LD.getDylibResources().ModuleAdder(BaseLayer, std::move(M), return LD.getDylibResources().ModuleAdder(BaseLayer, std::move(M),
std::move(Resolver)); std::move(Resolver));
} }
BaseLayerT &BaseLayer; BaseLayerT &BaseLayer;

View File

@ -66,7 +66,7 @@
#endif #endif
INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
Inc->getHash()->getZExtValue())) Inc->getHash()->getZExtValue()))
@ -198,7 +198,7 @@ COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \
#else #else
COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
llvm::IndexedInstrProf::ComputeHash(NameValue))) llvm::IndexedInstrProf::ComputeHash(NameValue)))
#endif #endif
COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \
llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx),\ llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx),\