mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03a1852538
commit
93a1a0dbda
@ -60,11 +60,10 @@ void MCSymbol::setVariableValue(const MCExpr *Value) {
|
||||
|
||||
// Variables should always be marked as in the same "section" as the value.
|
||||
const MCSection *Section = Value->FindAssociatedSection();
|
||||
if (Section) {
|
||||
if (Section)
|
||||
setSection(*Section);
|
||||
} else {
|
||||
else
|
||||
setUndefined();
|
||||
}
|
||||
}
|
||||
|
||||
void MCSymbol::print(raw_ostream &OS) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user