1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/CodeGen/InstrSched
Brian Gaeke 9abd4de830 Convert a few assertions with side-effects into regular old runtime checks.
These side-effects seem to make a difference when using llc -march=sparcv9
in Release mode (i.e., with -DNDEBUG); when they are left out, lots of
instructions just get dropped on the floor, because they never end up
in the schedule.

llvm-svn: 15339
2004-07-29 21:31:20 +00:00
..
InstrScheduling.cpp Convert a few assertions with side-effects into regular old runtime checks. 2004-07-29 21:31:20 +00:00
Makefile
SchedGraph.cpp Fix #includes of i*.h => Instructions.h as per PR403: 2004-07-29 17:11:37 +00:00
SchedGraph.h
SchedGraphCommon.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
SchedPriorities.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
SchedPriorities.h