From: Gabor Greif Date: Thu, 27 Aug 2009 06:59:20 +0000 (+0000) Subject: the buildbots revealed one more breakage. fix. (why didn't I see this?) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1e1de493949eac34bfd00d44c77364f3fbac9534;p=oota-llvm.git the buildbots revealed one more breakage. fix. (why didn't I see this?) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80227 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ConstantsScanner.h b/include/llvm/Analysis/ConstantsScanner.h index 796a942ccca..6fc110a8065 100644 --- a/include/llvm/Analysis/ConstantsScanner.h +++ b/include/llvm/Analysis/ConstantsScanner.h @@ -22,7 +22,7 @@ namespace llvm { class Constant; -class constant_iterator : public forward_iterator { +class constant_iterator : public std::iterator { const_inst_iterator InstI; // Method instruction iterator unsigned OpIdx; // Operand index