forked from OSchip/llvm-project
parent
242b5b808b
commit
2bf228eb47
|
|
@ -61,7 +61,6 @@ void MipsRegInfoRecord::EmitMipsOptionRecord() {
|
||||||
assert((ri_gp_value & 0xffffffff) == ri_gp_value);
|
assert((ri_gp_value & 0xffffffff) == ri_gp_value);
|
||||||
Streamer->EmitIntValue(ri_gp_value, 4);
|
Streamer->EmitIntValue(ri_gp_value, 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
Streamer->PopSection();
|
Streamer->PopSection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue