[llvm-commits] CVS: llvm/lib/VMCore/ValueTypes.cpp

Chris Lattner clattner at apple.com
Mon Jun 25 23:14:33 PDT 2007


> @@ -14,13 +14,21 @@
>  #include "llvm/CodeGen/ValueTypes.h"
>  #include "llvm/Type.h"
>  #include "llvm/DerivedTypes.h"
> +#include <sstream>
>  using namespace llvm;

Please use utostr() in llvm/ADT/StringExtras.h instead of sstream.

-Chris



More information about the llvm-commits mailing list