Reverted my "Testing commit access" commit.
authorToma Tabacu <toma.tabacu@imgtec.com>
Tue, 12 Aug 2014 12:41:44 +0000 (12:41 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Tue, 12 Aug 2014 12:41:44 +0000 (12:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215441 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp

index 7287e6b138722bbeefc18e9eca326f229a4006ee..0ef220821320a61e8b163c9314101db3ee28c373 100644 (file)
@@ -61,6 +61,7 @@ void MipsRegInfoRecord::EmitMipsOptionRecord() {
     assert((ri_gp_value & 0xffffffff) == ri_gp_value);
     Streamer->EmitIntValue(ri_gp_value, 4);
   }
+
   Streamer->PopSection();
 }