mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
Remove duplicate code that we could just fallthrough to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
846b183a9e
commit
23da8a061f
@ -117,7 +117,6 @@ DIType DbgVariable::getType() const {
|
|||||||
if (getName() == DT.getName())
|
if (getName() == DT.getName())
|
||||||
return (DT.getTypeDerivedFrom());
|
return (DT.getTypeDerivedFrom());
|
||||||
}
|
}
|
||||||
return Ty;
|
|
||||||
}
|
}
|
||||||
return Ty;
|
return Ty;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user