]> granicus.if.org Git - llvm/commit
DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/End
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 2 Oct 2019 22:58:02 +0000 (22:58 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 2 Oct 2019 22:58:02 +0000 (22:58 +0000)
commit84c9bb2b3e4b6eca45abbab19c357272ad97f955
tree4269919c9aca3adb8b27ca2c1315942e90196d02
parent863bc82a9a116edd09658a0d3c4a964609f053b6
DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/End

Brings this struct in line with the RangeSpan class so they might
eventually be used by common template code for generating range/loc
lists with less duplicate code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373540 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DebugLocStream.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp