summaryrefslogtreecommitdiff
path: root/lib/IR/Verifier.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 03:23:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 03:23:41 +0000
commit67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69 (patch)
tree465523c0eb65b7f8c9e04c6af77cfb3e51aa0326 /lib/IR/Verifier.cpp
parentaa3d8b2d6cffba317e5b2fac86c741255fed0187 (diff)
downloadllvm-67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69.tar.gz
llvm-67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69.tar.bz2
llvm-67f6bf70d2cdb8fe74fe6872d90b7d09afe5dd69.tar.xz
[Layering] Move InstVisitor.h into the IR library as it is pretty
obviously coupled to the IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/Verifier.cpp')
-rw-r--r--lib/IR/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/Verifier.cpp b/lib/IR/Verifier.cpp
index 83227ec4eb..deb708da17 100644
--- a/lib/IR/Verifier.cpp
+++ b/lib/IR/Verifier.cpp
@@ -61,12 +61,12 @@
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/InlineAsm.h"
+#include "llvm/IR/InstVisitor.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
-#include "llvm/InstVisitor.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"