Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction...
[oota-llvm.git] / lib / Analysis / ValueNumbering.cpp
2003-09-11 Misha BrukmanFixed spelling and grammar.
2002-10-31 Chris LattnerUse new isCommutative interface, which gives us SetEQ...
2002-09-25 Chris LattnerConvert BasicVN to be an ImmutablePass
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.