[PATCH] D53451: [Pipeliner] Remove the unneeded include header.

Sumanth Gundapaneni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 14:27:44 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL345318: [Pipeliner] Remove the unneeded include header(NFC). (authored by sgundapa, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53451?vs=170246&id=171198#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53451

Files:
  llvm/trunk/lib/CodeGen/MachinePipeliner.cpp


Index: llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
+++ llvm/trunk/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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53451.171198.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/5927c604/attachment.bin>


More information about the llvm-commits mailing list