Clarify comment.

llvm-svn: 157033
This commit is contained in:
Eric Christopher 2012-05-18 00:16:22 +00:00
parent 63afc08ca7
commit 5d5338fb81
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ DISubprogram DIBuilder::createMethod(DIDescriptor Context,
TParam,
llvm::Constant::getNullValue(Type::getInt32Ty(VMContext)),
THolder,
// FIXME: Do we want to use a different scope lines?
// FIXME: Do we want to use different scope/lines?
ConstantInt::get(Type::getInt32Ty(VMContext), LineNo)
};
MDNode *Node = MDNode::get(VMContext, Elts);