mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +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:
@@ -116,7 +116,7 @@ DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// getAsMDNode - This method converts the compressed DebugLoc node into a
|
/// getAsMDNode - This method converts the compressed DebugLoc node into a
|
||||||
/// DILocation compatible MDNode.
|
/// DILocation-compatible MDNode.
|
||||||
MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {
|
MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {
|
||||||
if (isUnknown()) return 0;
|
if (isUnknown()) return 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user