summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:08:18 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:08:18 +0000
commit820a908df742d3cc83ba3189492008cd0b8c2bc1 (patch)
tree984b47260fc4c8b18c5e5c451b54d24780449ecc /llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
parentc80ceea90b243f67b7b07d6a7e03e787fb0f8bf6 (diff)
downloadbcm5719-llvm-820a908df742d3cc83ba3189492008cd0b8c2bc1.tar.gz
bcm5719-llvm-820a908df742d3cc83ba3189492008cd0b8c2bc1.zip
[Modules] Move the LLVM IR pattern match header into the IR library, it
obviously is coupled to the IR. llvm-svn: 202818
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp b/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
index 8b6a5c0e3f6..14ba487c929 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "InstCombine.h"
-#include "llvm/Support/PatternMatch.h"
+#include "llvm/IR/PatternMatch.h"
using namespace llvm;
using namespace PatternMatch;
OpenPOWER on IntegriCloud