[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/Makefile ModuloSchedGraph.cpp ModuloSchedGraph.h ModuloScheduling.cpp ModuloScheduling.h
Chris Lattner
sabre at nondot.org
Mon Mar 31 11:03:01 PST 2003
> Makefile added (r1.1)
> ModuloSchedGraph.cpp added (r1.1)
> ModuloSchedGraph.h added (r1.1)
> ModuloScheduling.cpp added (r1.1)
> ModuloScheduling.h added (r1.1)
Hey Guochun,
This code doesn't compile. Specifically it cannot find
"../InstrSched/SchedGraphCommon.h". Could you please check this file (and
any other missing ones) in? Also, std::min and std::max are defined in
<algorithm>, you shouldn't have to define your own versions.
Thanks,
-Chris
More information about the llvm-commits
mailing list