[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:
@@ -60,4 +60,4 @@ public:
|
||||
|
||||
} // namespace llvm
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -66,4 +66,4 @@ private:
|
||||
} // namespace orc
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_EXECUTIONENGINE_ORC_PERFSUPPORTPLUGIN_H
|
||||
#endif // LLVM_EXECUTIONENGINE_ORC_PERFSUPPORTPLUGIN_H
|
||||
|
||||
@@ -230,4 +230,4 @@ public:
|
||||
|
||||
} // namespace llvm
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -368,4 +368,4 @@ bool llvm::isPresplitCoroSuspendExitEdge(const BasicBlock &Src,
|
||||
return Intr->getIntrinsicID() == Intrinsic::coro_suspend &&
|
||||
SW->getDefaultDest() == &Dest;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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:">;
|
||||
|
||||
@@ -246,4 +246,4 @@ void AArch64TargetStreamer::activateAtributesSubsection(StringRef VendorName) {
|
||||
SubSection.IsActive = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)>;
|
||||
|
||||
@@ -1280,4 +1280,4 @@ bool X86RegisterInfo::isNonRex2RegClass(const TargetRegisterClass *RC) const {
|
||||
case X86::GR64_with_sub_16bit_in_GR16_NOREX2RegClassID:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -252,4 +252,4 @@ bool X86SuppressAPXForRelocationPass::runOnMachineFunction(
|
||||
Changed |= handleNDDOrNFInstructions(MF, ST);
|
||||
|
||||
return Changed;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -316,4 +316,4 @@ PreservedAnalyses StripDeadCGProfilePass::run(Module &M,
|
||||
M.setModuleFlag(Module::Append, "CG Profile",
|
||||
MDTuple::getDistinct(M.getContext(), ValidCGEdges));
|
||||
return PreservedAnalyses::none();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -498,4 +498,4 @@ static Error trySizeSiff() {
|
||||
}
|
||||
|
||||
static CommandRegistration RemarkSizeSiffRegister(&RemarkSizeDiffUtil,
|
||||
trySizeSiff);
|
||||
trySizeSiff);
|
||||
|
||||
Reference in New Issue
Block a user