1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/CodeGen/InstrSched
Vikram S. Adve daa346c89a A def. operand of a machine instruction may be an ordinary Value*,
not just an Instruction*, at least in one unfortunate case:
the first operand to the va_arg instruction.
Modify ValueToDefVecMap to map from Value*, not Instruction*.

llvm-svn: 7052
2003-07-02 01:16:01 +00:00
..
InstrScheduling.cpp Cleaned up code layout. No functional changes. 2003-05-22 21:49:18 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp A def. operand of a machine instruction may be an ordinary Value*, 2003-07-02 01:16:01 +00:00
SchedGraph.h Remove usage of noncopyable classes to clean up doxygen output. 2003-06-02 22:45:07 +00:00
SchedPriorities.cpp Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h 2003-01-14 23:05:08 +00:00
SchedPriorities.h Remove usage of noncopyable classes to clean up doxygen output. 2003-06-02 22:45:07 +00:00