1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix merge error

llvm-svn: 48687
This commit is contained in:
Anton Korobeynikov 2008-03-22 08:50:08 +00:00
parent 25a0157827
commit 5dfc7591ef

View 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);