Revert "Liveness Analysis Pass"
authorAndrew Trick <atrick@apple.com>
Fri, 13 Dec 2013 18:57:20 +0000 (18:57 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 13 Dec 2013 18:57:20 +0000 (18:57 +0000)
commit38c9ecda9bf92a3bcea30096aeb170978526b925
tree0ad084ecb909afcce3b83a692034448799f522c4
parentf343bc9956554537c22d1a10e08b6306ea4ad4d9
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
16 files changed:
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/StackMapLivenessAnalysis.h [deleted file]
include/llvm/CodeGen/StackMaps.h
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp [deleted file]
lib/CodeGen/StackMaps.cpp
test/CodeGen/X86/stackmap-liveness.ll [deleted file]
test/CodeGen/X86/stackmap.ll