From dfdbc716e48dfc5ecad8e5b3131bf1aae0a1eda2 Mon Sep 17 00:00:00 2001 From: Sumanth Gundapaneni Date: Thu, 25 Oct 2018 21:25:30 +0000 Subject: [PATCH] [Pipeliner] Remove the unneeded include header(NFC). Differential Revision: https://reviews.llvm.org/D53451 llvm-svn: 345318 --- llvm/lib/CodeGen/MachinePipeliner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp index a341aac227a1..e3166f60f3d9 100644 --- a/llvm/lib/CodeGen/MachinePipeliner.cpp +++ b/llvm/lib/CodeGen/MachinePipeliner.cpp @@ -102,7 +102,6 @@ #include "llvm/MC/MCInstrItineraries.h" #include "llvm/MC/MCRegisterInfo.h" #include "llvm/Pass.h" -#include "llvm/Support/Casting.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h"