llvm-6502/lib/Target/SparcV9/InstrSched
Brian Gaeke 365f54c7bc 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15339 91177308-0d34-0410-b5e6-96231b3b80d8
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 getOpCode() --> getOpcode(). 2004-02-12 01:34:05 +00:00
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