aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-24 22:08:53 +0000
committerChris Lattner <sabre@nondot.org>2002-07-24 22:08:53 +0000
commitfe8041ae397ebbcc311469aa39dfb79f8191b412 (patch)
tree13d57051a1973eea3fc3a8beb8eca5ca3760ef76 /include/llvm/Analysis
parent7f4dd472e35569efefbeffef096c490075e3e824 (diff)
downloadexternal_llvm-fe8041ae397ebbcc311469aa39dfb79f8191b412.zip
external_llvm-fe8041ae397ebbcc311469aa39dfb79f8191b412.tar.gz
external_llvm-fe8041ae397ebbcc311469aa39dfb79f8191b412.tar.bz2
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/ConstantsScanner.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/Analysis/ConstantsScanner.h b/include/llvm/Analysis/ConstantsScanner.h
index ca0a80e..5e0ee61 100644
--- a/include/llvm/Analysis/ConstantsScanner.h
+++ b/include/llvm/Analysis/ConstantsScanner.h
@@ -11,11 +11,10 @@
#include "llvm/Support/InstIterator.h"
#include "llvm/Instruction.h"
-#include <iterator>
+#include <Support/iterator>
class Constant;
-class constant_iterator
- : public std::forward_iterator<const Constant, ptrdiff_t> {
+class constant_iterator : public forward_iterator<const Constant, ptrdiff_t> {
const_inst_iterator InstI; // Method instruction iterator
unsigned OpIdx; // Operand index