Fix comment.
authorEric Christopher <echristo@gmail.com>
Tue, 8 Jan 2013 01:53:42 +0000 (01:53 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 8 Jan 2013 01:53:42 +0000 (01:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171832 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/DIBuilder.cpp

index 9fd0cd8683c584ccec084f81f1ed63977e79821f..f9e5cab1471a9ec1a8034e495fcc29422ab3c10a 100644 (file)
@@ -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;