Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ class DebugInfoPreservationPlugin : public ObjectLinkingLayer::Plugin {

} // namespace llvm

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class LLVM_ABI PerfSupportPlugin : public ObjectLinkingLayer::Plugin {
} // namespace orc
} // namespace llvm

#endif // LLVM_EXECUTIONENGINE_ORC_PERFSUPPORTPLUGIN_H
#endif // LLVM_EXECUTIONENGINE_ORC_PERFSUPPORTPLUGIN_H
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ class SPSSerializationTraits<SPSPerfJITRecordBatch, PerfJITRecordBatch> {

} // namespace llvm

#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ llvm_orc_registerJITLoaderPerfStart(const char *ArgData, size_t ArgSize);
extern "C" LLVM_ABI llvm::orc::shared::CWrapperFunctionResult
llvm_orc_registerJITLoaderPerfEnd(const char *ArgData, size_t ArgSize);

#endif // LLVM_EXECUTIONENGINE_ORC_TARGETPROCESS_JITLOADERPERF_H
#endif // LLVM_EXECUTIONENGINE_ORC_TARGETPROCESS_JITLOADERPERF_H
2 changes: 1 addition & 1 deletion llvm/lib/Analysis/CFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ bool llvm::isPresplitCoroSuspendExitEdge(const BasicBlock &Src,
return Intr->getIntrinsicID() == Intrinsic::coro_suspend &&
SW->getDefaultDest() == &Dest;
return false;
}
}
2 changes: 1 addition & 1 deletion llvm/lib/ExecutionEngine/JITLink/COFFOptions.td
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ multiclass B_priv<string name> {

def export : P<"export">;
def alternatename : P<"alternatename">;
def incl : Joined<["/", "-", "/?", "-?"], "include:">;
def incl : Joined<["/", "-", "/?", "-?"], "include:">;
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ void AArch64TargetStreamer::activateAtributesSubsection(StringRef VendorName) {
SubSection.IsActive = false;
}
}
}
}
2 changes: 1 addition & 1 deletion llvm/lib/Target/CSKY/CSKYInstrAlias.td
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def : InstAlias<"jsri $dst", (PseudoJSRI32 call_symbol:$dst)>;
def : InstAlias<"jsri $dst", (JSRI32 constpool_symbol:$dst)>;

def : InstAlias<"jmpi $dst", (PseudoJMPI32 br_symbol:$dst)>;
def : InstAlias<"jmpi $dst", (JMPI32 constpool_symbol:$dst)>;
def : InstAlias<"jmpi $dst", (JMPI32 constpool_symbol:$dst)>;
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86RegisterInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1280,4 +1280,4 @@ bool X86RegisterInfo::isNonRex2RegClass(const TargetRegisterClass *RC) const {
case X86::GR64_with_sub_16bit_in_GR16_NOREX2RegClassID:
return true;
}
}
}
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ bool X86SuppressAPXForRelocationPass::runOnMachineFunction(
Changed |= handleNDDOrNFInstructions(MF, ST);

return Changed;
}
}
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/IPO/StripSymbols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ PreservedAnalyses StripDeadCGProfilePass::run(Module &M,
M.setModuleFlag(Module::Append, "CG Profile",
MDTuple::getDistinct(M.getContext(), ValidCGEdges));
return PreservedAnalyses::none();
}
}
2 changes: 1 addition & 1 deletion llvm/tools/llvm-remarkutil/RemarkSizeDiff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,4 @@ static Error trySizeSiff() {
}

static CommandRegistration RemarkSizeSiffRegister(&RemarkSizeDiffUtil,
trySizeSiff);
trySizeSiff);
Loading