diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-13 18:57:20 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-13 18:57:20 +0000 |
commit | 7bcb0100dfd9ed36f35aa4ffb3064c22830e21ba (patch) | |
tree | 2f7e220a42031a6832fc12cf9ef4cd23bd359b68 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | c67516298978aa1cd6c53e436339e3fff444e2fb (diff) | |
download | llvm-7bcb0100dfd9ed36f35aa4ffb3064c22830e21ba.zip llvm-7bcb0100dfd9ed36f35aa4ffb3064c22830e21ba.tar.gz llvm-7bcb0100dfd9ed36f35aa4ffb3064c22830e21ba.tar.bz2 |
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
llvm-svn: 197260
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 30b40a1..7430c53 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -69,7 +69,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeVirtRegRewriterPass(Registry); initializeLowerIntrinsicsPass(Registry); initializeMachineFunctionPrinterPassPass(Registry); - initializeStackMapLivenessPass(Registry); } void LLVMInitializeCodeGen(LLVMPassRegistryRef R) { |