projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba8da2
)
Fix spurious return introduced by my earlier patch to DebugInfo
author
Renato Golin
<renato.golin@linaro.org>
Tue, 26 Nov 2013 18:54:37 +0000
(18:54 +0000)
committer
Renato Golin
<renato.golin@linaro.org>
Tue, 26 Nov 2013 18:54:37 +0000
(18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195775
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/DebugInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/DebugInfo.cpp
b/lib/IR/DebugInfo.cpp
index b15743cf38063735989d59f2d17e45781856390e..0c262024ff08186b53fab9088fa3f884b9a0855e 100644
(file)
--- a/
lib/IR/DebugInfo.cpp
+++ b/
lib/IR/DebugInfo.cpp
@@
-468,7
+468,6
@@
bool DIType::Verify() const {
return DIDerivedType(DbgNode).Verify();
else
return false;
- return true;
}
/// Verify - Verify that a basic type descriptor is well formed.