[llvm-commits] [llvm] r118840 - in /llvm/trunk: include/llvm/Value.h lib/Transforms/IPO/ArgumentPromotion.cpp lib/VMCore/Instruction.cpp lib/VMCore/Value.cpp test/Transforms/SimplifyCFG/speculate-with-offset.ll
Duncan Sands
baldrick at free.fr
Fri Nov 12 00:30:15 PST 2010
Hi Dan,
> --- llvm/trunk/lib/VMCore/Value.cpp (original)
> +++ llvm/trunk/lib/VMCore/Value.cpp Thu Nov 11 15:23:25 2010
> @@ -22,6 +22,7 @@
> #include "llvm/ValueSymbolTable.h"
> #include "llvm/ADT/SmallString.h"
> #include "llvm/Support/Debug.h"
> +#include "llvm/Support/GetElementPtrTypeIterator.h"
> #include "llvm/Support/ErrorHandling.h"
this header was almost but not quite added in alphabetical order, which
made me think that perhaps you wanted it in alphabetical order.
Ciao,
Duncan.
More information about the llvm-commits
mailing list