forked from OSchip/llvm-project
Reverted my "Testing commit access" commit.
llvm-svn: 215441
This commit is contained in:
parent
2bf228eb47
commit
9ea5582816
|
@ -61,6 +61,7 @@ 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