From 5d5338fb81f82aba61fb61f3122f80e5e372b826 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 18 May 2012 00:16:22 +0000 Subject: [PATCH] Clarify comment. llvm-svn: 157033 --- llvm/lib/Analysis/DIBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Analysis/DIBuilder.cpp b/llvm/lib/Analysis/DIBuilder.cpp index a227a3b..d982833 100644 --- a/llvm/lib/Analysis/DIBuilder.cpp +++ b/llvm/lib/Analysis/DIBuilder.cpp @@ -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); -- 2.7.4