From: Toma Tabacu Date: Tue, 12 Aug 2014 12:41:44 +0000 (+0000) Subject: Reverted my "Testing commit access" commit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0dbff88f4edd6c0aacc594120d5d78d068531025;p=oota-llvm.git Reverted my "Testing commit access" commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215441 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp b/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp index 7287e6b1387..0ef22082132 100644 --- a/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp +++ b/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp @@ -61,6 +61,7 @@ void MipsRegInfoRecord::EmitMipsOptionRecord() { assert((ri_gp_value & 0xffffffff) == ri_gp_value); Streamer->EmitIntValue(ri_gp_value, 4); } + Streamer->PopSection(); }