mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
575c4addce
commit
abb572fbb9
@ -116,7 +116,7 @@ DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
|
||||
}
|
||||
|
||||
/// getAsMDNode - This method converts the compressed DebugLoc node into a
|
||||
/// DILocation compatible MDNode.
|
||||
/// DILocation-compatible MDNode.
|
||||
MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {
|
||||
if (isUnknown()) return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user