summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-04-03 02:21:44 +0000
committerRui Ueyama <ruiu@google.com>2014-04-03 02:21:44 +0000
commitb0e3b66fa5ef650a0a358a1db6b0067ed351e4ad (patch)
treef70a08d58f9b36c60d00bf09bedf602941c15571 /llvm/lib/Object/MachOObjectFile.cpp
parent5091f93cddc8831d6248b51a30694cb4b37b9930 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud