Use vectors instead of hash_maps for issueGaps and conflictLists.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 13 Oct 2002 00:37:46 +0000 (00:37 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 13 Oct 2002 00:37:46 +0000 (00:37 +0000)
commit5aefcad35bc81e3de4031b1f779c9a9520790cd7
treea2679b87743e7611c3bbd7afd9d58f18aba551ed
parent516b26fd864418591534270adb0a9508993eeefa
Use vectors instead of hash_maps for issueGaps and conflictLists.
These hash lookups were a major sink of time because they happen so often!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4136 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetSchedInfo.h
lib/Target/TargetSchedInfo.cpp