mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171832 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c09b4c00aa
commit
1f55eb4c57
@ -659,7 +659,8 @@ DIType DIBuilder::createArtificialType(DIType Ty) {
|
||||
return DIType(MDNode::get(VMContext, Elts));
|
||||
}
|
||||
|
||||
/// createArtificialType - Create a new DIType with "artificial" flag set.
|
||||
/// createObjectPointerType - Create a new type with both the object pointer
|
||||
/// and artificial flags set.
|
||||
DIType DIBuilder::createObjectPointerType(DIType Ty) {
|
||||
if (Ty.isObjectPointer())
|
||||
return Ty;
|
||||
|
Loading…
Reference in New Issue
Block a user