[llvm-commits] [PATCH] PR12156, SmallPtrMap
Jay Foad
jay.foad at gmail.com
Tue Mar 13 06:45:50 PDT 2012
> Index: include/llvm/Support/TemplateMath.h
> ===================================================================
> --- include/llvm/Support/TemplateMath.h (revision 0)
> +++ include/llvm/Support/TemplateMath.h (revision 0)
> @@ -0,0 +1,47 @@
> +//===- llvm/ADT/TemplateMath.h - 'Normally small' pointer set ----*- C++ -*-==//
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This comment is wrong.
Maybe TemplateMath.h + the change to SmallPtrSet.h should be applied
first as a separate commit?
> Index: tools/llc/llc.cpp
> ===================================================================
> --- tools/llc/llc.cpp (revision 152531)
> +++ tools/llc/llc.cpp (working copy)
I don't think you meant to include this file.
Jay.
More information about the llvm-commits
mailing list