diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2018-11-19 17:01:19 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2018-11-19 17:01:19 +0000 |
commit | 22a04efcb0cfac222abfaec381406eff7e157ec6 (patch) | |
tree | efa718896284417854251dcf0e9434d4b39cc0f7 /llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | |
parent | 2cad359c91f79322ca5f304abd9c99d4f3a94a75 (diff) | |
download | bcm5719-llvm-22a04efcb0cfac222abfaec381406eff7e157ec6.tar.gz bcm5719-llvm-22a04efcb0cfac222abfaec381406eff7e157ec6.zip |
[InterleavedLoadCombine] Remove unused include. NFC.
llvm-svn: 347226
Diffstat (limited to 'llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp')
-rw-r--r-- | llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp index c12569e6e5c..1212649a4fe 100644 --- a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp +++ b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp @@ -40,7 +40,6 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Transforms/IPO/PassManagerBuilder.h" #include <algorithm> #include <cassert> |