From 22a04efcb0cfac222abfaec381406eff7e157ec6 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 19 Nov 2018 17:01:19 +0000 Subject: [PATCH] [InterleavedLoadCombine] Remove unused include. NFC. llvm-svn: 347226 --- llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp index c12569e..1212649 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 #include -- 2.7.4