summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFStreamer.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-03-09 09:31:44 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-03-09 09:31:44 +0000
commitc1f9694d0571049698e6e3af7d452d6fdabc410d (patch)
tree1872a8a314dc8fc90977160a388018307d891c73 /llvm/lib/MC/MCELFStreamer.cpp
parent252d6a385c78f8a827a55002cd03a00170ae4ae6 (diff)
downloadbcm5719-llvm-c1f9694d0571049698e6e3af7d452d6fdabc410d.tar.gz
bcm5719-llvm-c1f9694d0571049698e6e3af7d452d6fdabc410d.zip
We need a shndx if the number of sections breaks SHN_LORESERVE. This condition
for choosing to emit a shndx was simply testing the wrong variable. llvm-svn: 176762
Diffstat (limited to 'llvm/lib/MC/MCELFStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCELFStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCELFStreamer.cpp b/llvm/lib/MC/MCELFStreamer.cpp
index c1428d85878..7f5f1b63e5f 100644
--- a/llvm/lib/MC/MCELFStreamer.cpp
+++ b/llvm/lib/MC/MCELFStreamer.cpp
@@ -1,4 +1,4 @@
-//===- lib/MC/MCELFStreamer.cpp - ELF Object Output ------------===//
+//===- lib/MC/MCELFStreamer.cpp - ELF Object Output -----------------------===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud