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

lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp

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