mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Revert "Liveness Analysis Pass"
This reverts commit r197254. This was an accidental merge of Juergen's patch. It will be checked in shortly, but wasn't meant to go in quite yet. Conflicts: include/llvm/CodeGen/StackMaps.h lib/CodeGen/StackMaps.cpp test/CodeGen/X86/stackmap-liveness.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -69,7 +69,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
|
||||
initializeVirtRegRewriterPass(Registry);
|
||||
initializeLowerIntrinsicsPass(Registry);
|
||||
initializeMachineFunctionPrinterPassPass(Registry);
|
||||
initializeStackMapLivenessPass(Registry);
|
||||
}
|
||||
|
||||
void LLVMInitializeCodeGen(LLVMPassRegistryRef R) {
|
||||
|
Reference in New Issue
Block a user