1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-29 23:12:55 +01:00
llvm-mirror/lib/Target/SparcV9/InstrSched
Tanya Lattner 156e5a6897 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.

llvm-svn: 20724
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 InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ 2004-10-08 18:12:14 +00:00
SchedGraphCommon.cpp InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ 2004-10-08 18:12:14 +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