DebugInfo: Split DebugLocEntry into its own file.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 1 Apr 2014 21:49:04 +0000 (21:49 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 1 Apr 2014 21:49:04 +0000 (21:49 +0000)
commite061a365909b5f62a79479b66f580d6a700324d0
tree470601f65644afb7e787a57c4a5a53f007856b58
parent2f1e34736e4f14c57d1c1fdcfc8b9e133c4885d9
DebugInfo: Split DebugLocEntry into its own file.

It seems big enough that it deserves its own file - but it is header
only, so there's no need for another cpp file, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205360 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DebugLocEntry.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfDebug.h