From: Anton Korobeynikov Date: Sat, 22 Mar 2008 08:50:08 +0000 (+0000) Subject: Fix merge error X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4a0a001e15cce88df8d6190f24426ce37c9f665a;p=oota-llvm.git Fix merge error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48687 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index 4bcfb1a9dbb..68e5ab40381 100644 --- 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);