llvm-6502/lib/Target/SparcV9/InstrSched
Tanya Lattner eba4604d49 Make this method non-const. Making it const causes the const version of
getIGroup to be called instead of the non-const one.  These two methods
have (??) different behavior, so this change fixes bugs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20724 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-21 06:07:43 +00:00
..
InstrScheduling.cpp Make this method non-const. Making it const causes the const version of 2005-03-21 06:07:43 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SchedGraph.cpp Adjust paths due to moving InstrSched to lib/Target/SparcV9 2004-10-08 18:30:22 +00:00
SchedGraph.h Changes For Bug 352 2004-09-01 22:55:40 +00:00
SchedGraphCommon.cpp Add includes and use std:: for standard library calls to make code 2004-09-28 14:42:44 +00:00
SchedPriorities.cpp cycles_t -> CycleCount_t 2005-01-16 04:20:30 +00:00
SchedPriorities.h cycles_t -> CycleCount_t 2005-01-16 04:20:30 +00:00