Silence a spurious warning
[oota-llvm.git] / lib / Analysis / ValueNumbering.cpp
2004-03-25 Chris LattnerMinor efficiency improvement, finegrainify namespacific...
2004-02-11 Chris LattnerSimplify implementation, and probably speed things...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-11-25 Chris LattnerRemove dead variable
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
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.