From 0dbff88f4edd6c0aacc594120d5d78d068531025 Mon Sep 17 00:00:00 2001 From: Toma Tabacu Date: Tue, 12 Aug 2014 12:41:44 +0000 Subject: [PATCH] Reverted my "Testing commit access" commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215441 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.34.1