Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
[oota-llvm.git] / include / llvm / ADT / scoped_ptr.h
2007-11-15 Chris LattnerImport the boost scoped_ptr class to LLVM. This patch...