diff options
author | Rui Ueyama <ruiu@google.com> | 2014-04-03 02:21:44 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-04-03 02:21:44 +0000 |
commit | b0e3b66fa5ef650a0a358a1db6b0067ed351e4ad (patch) | |
tree | f70a08d58f9b36c60d00bf09bedf602941c15571 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 5091f93cddc8831d6248b51a30694cb4b37b9930 (diff) | |
download | bcm5719-llvm-b0e3b66fa5ef650a0a358a1db6b0067ed351e4ad.tar.gz bcm5719-llvm-b0e3b66fa5ef650a0a358a1db6b0067ed351e4ad.zip |
Remove ordinals from Input Graph elements.
An ordinal is set to each child of Input Graph, but no one actually
uses it. The only piece of code that gets ordinaly values is
sortInputElements in InputGraph.cpp, but it does not actually do
anything -- we assign ordinals in increasing order just before
calling sort, so when sort is called it's already sorted. It's no-op.
We can simply remove it. No functionality change.
Differential Revision: http://llvm-reviews.chandlerc.com/D3270
llvm-svn: 205501
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions