From 9bd3609a0849be7b7bfa6717142fc113c778162c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 8 Jan 2013 01:53:42 +0000 Subject: Fix comment. llvm-svn: 171832 --- llvm/lib/IR/DIBuilder.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/IR/DIBuilder.cpp') diff --git a/llvm/lib/IR/DIBuilder.cpp b/llvm/lib/IR/DIBuilder.cpp index 9fd0cd8683c..f9e5cab1471 100644 --- a/llvm/lib/IR/DIBuilder.cpp +++ b/llvm/lib/IR/DIBuilder.cpp @@ -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; -- cgit v1.2.3