From 4a0a001e15cce88df8d6190f24426ce37c9f665a Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sat, 22 Mar 2008 08:50:08 +0000 Subject: [PATCH] Fix merge error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48687 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Verifier.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1