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:
ef30c1d
)
Fix merge error
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sat, 22 Mar 2008 08:50:08 +0000
(08:50 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sat, 22 Mar 2008 08:50:08 +0000
(08:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48687
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Verifier.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Verifier.cpp
b/lib/VMCore/Verifier.cpp
index 4bcfb1a9dbbae03fd873479bb775d6712f75b2f6..68e5ab40381df9a7fa63d303d1c652fb8601b695 100644
(file)
--- a/
lib/VMCore/Verifier.cpp
+++ b/
lib/VMCore/Verifier.cpp
@@
-378,7
+378,6
@@
void Verifier::visitGlobalAlias(GlobalAlias &GA) {
&GA);
}
- const GlobalValue* Aliasee = GA.resolveAliasedGlobal();
const GlobalValue* Aliasee = GA.resolveAliasedGlobal();
Assert1(Aliasee,
"Aliasing chain should end with function or global variable", &GA);