Remove the SavePoint infrastructure from fast isel, replace
authorEric Christopher <echristo@apple.com>
Tue, 2 Oct 2012 21:16:50 +0000 (21:16 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 2 Oct 2012 21:16:50 +0000 (21:16 +0000)
commit96bd4418b2320dec7cf9573c4f1da0a0ef31465e
tree1899e9b59191e4a1f7f54d70278b0bb063bf2d22
parentdf5f0fbc27923be610bed35c32ba8ba91f5699ce
Remove the SavePoint infrastructure from fast isel, replace
with just an insert point from the MachineBasicBlock and let
the location be updated as we access it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165049 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/X86/X86FastISel.cpp
test/DebugInfo/X86/constant-mat.ll [new file with mode: 0644]