Create DebugLoc information in FastISel. Several temporary methods were
authorBill Wendling <isanbard@gmail.com>
Tue, 3 Feb 2009 00:55:04 +0000 (00:55 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 3 Feb 2009 00:55:04 +0000 (00:55 +0000)
commit9bc96a57206cbebaa9b0ba9979f949eb10c1592c
treede315c770a738c7ebf04f1b144df9bd73c330afa
parentff97d4fe81ef0dcee9fe490bed8ab08e40251905
Create DebugLoc information in FastISel. Several temporary methods were
created. Specifically, those BuildMIs which use
"DebugLoc::getUnknownLoc()". I'll remove them soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63584 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstrBuilder.h
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp