summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.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/lib/Transforms/Utils/SimplifyCFG.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/lib/Transforms/Utils/SimplifyCFG.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index f33a1a7ec6d..9f4ce022db9 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -35,13 +35,13 @@
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Metadata.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/CommandLine.h"
#include "llvm/Support/ConstantRange.h"
#include "llvm/Support/Debug.h"
-#include "llvm/Support/NoFolder.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include <algorithm>
OpenPOWER on IntegriCloud