diff options
author | Eric Christopher <echristo@apple.com> | 2012-05-18 00:16:22 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-05-18 00:16:22 +0000 |
commit | 25016527f96a759c125d71025d23718fa2cc55ca (patch) | |
tree | 1a02c211db4424c4b21290df46b1d1957c623594 /lib/Analysis/DIBuilder.cpp | |
parent | fbb7a73631e3c23510abb3904e8ad38c87ff2a24 (diff) |
Clarify comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157033 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DIBuilder.cpp')
-rw-r--r-- | lib/Analysis/DIBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DIBuilder.cpp b/lib/Analysis/DIBuilder.cpp index a227a3b555..d9828331d7 100644 --- a/lib/Analysis/DIBuilder.cpp +++ b/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); |