DIBuilder: Delete dead code, NFC
Remove both versions of DIBuilder::createGlobalVariable() as they are not used. Renaming 'DIBuilder::createStaticVariable()' to 'DIBuilder::createGlobalVariable()' .
Paths
| Differential D5504
Remove dead code from DIBuilder ClosedPublic Authored by jyoti.allur on Sep 26 2014, 8:58 AM.
Details
Diff Detail Event Timelinejyoti.allur updated this object. Comment Actions I would have split the removal and the renaming into 2 patches, but that's not a big deal. I don't think I have the authority to approve that, but it LGTM. Let's add some reviewers with more knowledge of the history of that code, they might have something to say. dblaikie edited edge metadata. Comment ActionsSure, looks good to me (As Frederik mentioned - could be nice to be two commits, but it's nothing too interesting). Please commit. This revision is now accepted and ready to land.Sep 26 2014, 11:26 AM
Revision Contents
Diff 14121 llvm/include/llvm/IR/DIBuilder.h
llvm/lib/IR/DIBuilder.cpp
llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
|