llvm-6502/lib/CodeGen/InstrSched
Vikram S. Adve 74d15d36f5 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*.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7052 91177308-0d34-0410-b5e6-96231b3b80d8
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