[llvm] Ensure newline at the end of files (NFC) (#143061)

Without newlines at the end, git diff would display:

  No newline at end of file
This commit is contained in:
Kazu Hirata
2025-06-05 22:58:15 -07:00
committed by GitHub
parent ad6631fb0d
commit 445974547d
12 changed files with 12 additions and 12 deletions

View File

@@ -60,4 +60,4 @@ public:
} // namespace llvm
#endif
#endif

View File

@@ -66,4 +66,4 @@ private:
} // namespace orc
} // namespace llvm
#endif // LLVM_EXECUTIONENGINE_ORC_PERFSUPPORTPLUGIN_H
#endif // LLVM_EXECUTIONENGINE_ORC_PERFSUPPORTPLUGIN_H

View File

@@ -230,4 +230,4 @@ public:
} // namespace llvm
#endif
#endif

View File

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

View File

@@ -368,4 +368,4 @@ bool llvm::isPresplitCoroSuspendExitEdge(const BasicBlock &Src,
return Intr->getIntrinsicID() == Intrinsic::coro_suspend &&
SW->getDefaultDest() == &Dest;
return false;
}
}

View File

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

View File

@@ -246,4 +246,4 @@ void AArch64TargetStreamer::activateAtributesSubsection(StringRef VendorName) {
SubSection.IsActive = false;
}
}
}
}

View File

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

View File

@@ -1280,4 +1280,4 @@ bool X86RegisterInfo::isNonRex2RegClass(const TargetRegisterClass *RC) const {
case X86::GR64_with_sub_16bit_in_GR16_NOREX2RegClassID:
return true;
}
}
}

View File

@@ -252,4 +252,4 @@ bool X86SuppressAPXForRelocationPass::runOnMachineFunction(
Changed |= handleNDDOrNFInstructions(MF, ST);
return Changed;
}
}

View File

@@ -316,4 +316,4 @@ PreservedAnalyses StripDeadCGProfilePass::run(Module &M,
M.setModuleFlag(Module::Append, "CG Profile",
MDTuple::getDistinct(M.getContext(), ValidCGEdges));
return PreservedAnalyses::none();
}
}

View File

@@ -498,4 +498,4 @@ static Error trySizeSiff() {
}
static CommandRegistration RemarkSizeSiffRegister(&RemarkSizeDiffUtil,
trySizeSiff);
trySizeSiff);