Fix merge error
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 22 Mar 2008 08:50:08 +0000 (08:50 +0000)
committerAnton 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

index 4bcfb1a9dbbae03fd873479bb775d6712f75b2f6..68e5ab40381df9a7fa63d303d1c652fb8601b695 100644 (file)
@@ -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);