diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-03-22 08:50:08 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-03-22 08:50:08 +0000 |
commit | 4a0a001e15cce88df8d6190f24426ce37c9f665a (patch) | |
tree | c96f9ccfdda7ba417b25035cc00aa86004740d0d | |
parent | ef30c1d006822398cd5fe9086b9b2098af4d6e3f (diff) |
Fix merge error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48687 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/Verifier.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index 4bcfb1a9db..68e5ab4038 100644 --- a/lib/VMCore/Verifier.cpp +++ b/lib/VMCore/Verifier.cpp @@ -379,7 +379,6 @@ void Verifier::visitGlobalAlias(GlobalAlias &GA) { } const GlobalValue* Aliasee = GA.resolveAliasedGlobal(); - const GlobalValue* Aliasee = GA.resolveAliasedGlobal(); Assert1(Aliasee, "Aliasing chain should end with function or global variable", &GA); |