summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/PatternMatch.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 12:05:47 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 12:05:47 +0000
commit64396b069a03a58f796de2f8c6f3543f0cd4ff91 (patch)
tree6cab2ab93a3a1b5c98636aa15633ee53f90470d5 /llvm/unittests/IR/PatternMatch.cpp
parentb30e68b0bf82f558d927932c9a3ebf3a4753b7d3 (diff)
downloadbcm5719-llvm-64396b069a03a58f796de2f8c6f3543f0cd4ff91.tar.gz
bcm5719-llvm-64396b069a03a58f796de2f8c6f3543f0cd4ff91.zip
[Modules] Move the NoFolder into the IR library as it creates
instructions. llvm-svn: 202834
Diffstat (limited to 'llvm/unittests/IR/PatternMatch.cpp')
-rw-r--r--llvm/unittests/IR/PatternMatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/IR/PatternMatch.cpp b/llvm/unittests/IR/PatternMatch.cpp
index 655a3d5340a..da1638163f6 100644
--- a/llvm/unittests/IR/PatternMatch.cpp
+++ b/llvm/unittests/IR/PatternMatch.cpp
@@ -19,10 +19,10 @@
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Module.h"
+#include "llvm/IR/NoFolder.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Type.h"
-#include "llvm/Support/NoFolder.h"
#include "gtest/gtest.h"
using namespace llvm;
OpenPOWER on IntegriCloud