summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreLowerThreadLocal.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
commitff956e7568a4d88762cd038497d97498c680e70c (patch)
tree16c3e932841c78efd01a8bcbc4fc0d027a8367b4 /lib/Target/XCore/XCoreLowerThreadLocal.cpp
parent9234e060659bec52046187e4123ceb784264036c (diff)
downloadllvm-ff956e7568a4d88762cd038497d97498c680e70c.tar.gz
llvm-ff956e7568a4d88762cd038497d97498c680e70c.tar.bz2
llvm-ff956e7568a4d88762cd038497d97498c680e70c.tar.xz
[Modules] Move the NoFolder into the IR library as it creates
instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreLowerThreadLocal.cpp')
-rw-r--r--lib/Target/XCore/XCoreLowerThreadLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreLowerThreadLocal.cpp b/lib/Target/XCore/XCoreLowerThreadLocal.cpp
index da8309821c..f9a8299fd3 100644
--- a/lib/Target/XCore/XCoreLowerThreadLocal.cpp
+++ b/lib/Target/XCore/XCoreLowerThreadLocal.cpp
@@ -20,10 +20,10 @@
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
+#include "llvm/IR/NoFolder.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/NoFolder.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#define DEBUG_TYPE "xcore-lower-thread-local"