1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Reverted my "Testing commit access" commit.

llvm-svn: 215441
This commit is contained in:
Toma Tabacu 2014-08-12 12:41:44 +00:00
parent bb28098aab
commit 2ea6736c23

View File

@ -61,6 +61,7 @@ void MipsRegInfoRecord::EmitMipsOptionRecord() {
assert((ri_gp_value & 0xffffffff) == ri_gp_value);
Streamer->EmitIntValue(ri_gp_value, 4);
}
Streamer->PopSection();
}