summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-01-27 16:05:42 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-01-27 16:05:42 +0000
commitc67cf31f5c549375c7dcbb2e331ecf93906f7e55 (patch)
tree860688c82b6f22f2b5429fd5d53e3f7c487e2830 /llvm/lib/CodeGen
parent820f7548a14b9a53e77ada91ef345ba3b91b16e8 (diff)
downloadbcm5719-llvm-c67cf31f5c549375c7dcbb2e331ecf93906f7e55.tar.gz
bcm5719-llvm-c67cf31f5c549375c7dcbb2e331ecf93906f7e55.zip
Move passes that live in lib/CodeGen out of Scalar.h
llvm-svn: 258938
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LowerEmuTLS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LowerEmuTLS.cpp b/llvm/lib/CodeGen/LowerEmuTLS.cpp
index 58655dc043d..0b9a501e395 100644
--- a/llvm/lib/CodeGen/LowerEmuTLS.cpp
+++ b/llvm/lib/CodeGen/LowerEmuTLS.cpp
@@ -14,8 +14,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/SmallVector.h"
+#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
OpenPOWER on IntegriCloud