Add data structure to define and track debug location during codegen.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 26 Jan 2009 07:41:49 +0000 (07:41 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 26 Jan 2009 07:41:49 +0000 (07:41 +0000)
commitd0adbb5b7da2d1238fdf1a30734a001a0103aab0
tree2a019e89810a2aad71780c5280dbf187b8f36285
parentd5362986da35310b68452f4437dffad071b7fe47
Add data structure to define and track debug location during codegen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63008 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DebugLoc.h [new file with mode: 0644]
include/llvm/CodeGen/MachineFunction.h
lib/CodeGen/MachineFunction.cpp