summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Operator.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:40:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:40:04 +0000
commitbd7cba0d8114059dfa3550cbe85e4c50ca77eae2 (patch)
tree5941b459d7c449f45d00302f6ab4b82ab927c5d5 /include/llvm/IR/Operator.h
parent876ac60880843f37c25ec03e46eb73b8e197e971 (diff)
downloadllvm-bd7cba0d8114059dfa3550cbe85e4c50ca77eae2.tar.gz
llvm-bd7cba0d8114059dfa3550cbe85e4c50ca77eae2.tar.bz2
llvm-bd7cba0d8114059dfa3550cbe85e4c50ca77eae2.tar.xz
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
name might indicate, it is an iterator over the types in an instruction in the IR.... You see where this is going. Another step of modularizing the support library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR/Operator.h')
-rw-r--r--include/llvm/IR/Operator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Operator.h b/include/llvm/IR/Operator.h
index a30a84685d..888cabffe3 100644
--- a/include/llvm/IR/Operator.h
+++ b/include/llvm/IR/Operator.h
@@ -18,9 +18,9 @@
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/GetElementPtrTypeIterator.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Type.h"
-#include "llvm/Support/GetElementPtrTypeIterator.h"
namespace llvm {