Go to file
Bill Wendling 4d38d7272e We have logic in there to emit a default debugging label at the beginning of a
function. Emitting another label after the prologue messes up the debugging. We
are doing that because the first DebugLoc object it sees is different from the
previous, which was nothing. Check for this situation, and don't emit one if
it's the first.

llvm-svn: 65180
2009-02-20 22:19:20 +00:00
clang require the MAcroInfo objects are explcitly destroyed. 2009-02-20 22:19:20 +00:00
llvm We have logic in there to emit a default debugging label at the beginning of a 2009-02-20 22:19:20 +00:00