mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
Fix merge error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef30c1d006
commit
4a0a001e15
@ -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…
x
Reference in New Issue
Block a user