summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToma Tabacu <toma.tabacu@imgtec.com>2014-08-12 12:29:40 +0000
committerToma Tabacu <toma.tabacu@imgtec.com>2014-08-12 12:29:40 +0000
commit2bf228eb4763a97a1772c55ac4280c4ec018223c (patch)
treed92fc957717ef1ccd2fbf972b7217510e1a078a8
parent242b5b808b52e11c651543d1555ee3c87f32a4d7 (diff)
downloadbcm5719-llvm-2bf228eb4763a97a1772c55ac4280c4ec018223c.tar.gz
bcm5719-llvm-2bf228eb4763a97a1772c55ac4280c4ec018223c.zip
Testing commit access.
llvm-svn: 215440
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
index 0ef22082132..7287e6b1387 100644
--- a/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
+++ b/llvm/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();
}
OpenPOWER on IntegriCloud