From: Toma Tabacu Date: Tue, 12 Aug 2014 12:29:40 +0000 (+0000) Subject: Testing commit access. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=589e61a95c819b6546b7427e2d4a758ad3fef199;p=llvm Testing commit access. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp b/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp index 0ef22082132..7287e6b1387 100644 --- a/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp +++ b/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp @@ -61,7 +61,6 @@ void MipsRegInfoRecord::EmitMipsOptionRecord() { assert((ri_gp_value & 0xffffffff) == ri_gp_value); Streamer->EmitIntValue(ri_gp_value, 4); } - Streamer->PopSection(); }