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)
commitd40ce7a43d3d55734342c79736aa88a8bd3aaa47
treef58fc7a8a46eced1ba797f7ca8a09f49cacb4dd0
parentcc613e1c2598818b0cc1ce2a454b373c202934d4
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.

llvm-svn: 165049
llvm/include/llvm/CodeGen/FastISel.h
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
llvm/lib/Target/X86/X86FastISel.cpp
llvm/test/DebugInfo/X86/constant-mat.ll [new file with mode: 0644]