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:
parent
25a0157827
commit
5dfc7591ef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user