Reverted my "Testing commit access" commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Toma Tabacu 2014-08-12 12:41:44 +00:00
parent 589e61a95c
commit 0dbff88f4e

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();
}