projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc793e
)
Fix awkward comment.
author
Eric Christopher
<echristo@apple.com>
Wed, 19 Sep 2012 21:47:29 +0000
(21:47 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 19 Sep 2012 21:47:29 +0000
(21:47 +0000)
llvm-svn: 164252
clang/lib/CodeGen/CGDebugInfo.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/CGDebugInfo.cpp
b/clang/lib/CodeGen/CGDebugInfo.cpp
index
35c012f
..
027c447
100644
(file)
--- a/
clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/
clang/lib/CodeGen/CGDebugInfo.cpp
@@
-2271,7
+2271,7
@@
void CGDebugInfo::EmitDeclare(const VarDecl *VD, unsigned Tag,
else
Ty = getOrCreateType(VD->getType(), Unit);
- // If there is no
t any debug info for
type then do not emit debug info
+ // If there is no
debug info for this
type then do not emit debug info
// for this variable.
if (!Ty)
return;