[llvm] 5d3a400 - AntiDepBreaker.h - remove unused MachineOperand.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 07:00:24 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-16T14:59:50+01:00
New Revision: 5d3a400463c1586f17bd190639142ec468c62396

URL: https://github.com/llvm/llvm-project/commit/5d3a400463c1586f17bd190639142ec468c62396
DIFF: https://github.com/llvm/llvm-project/commit/5d3a400463c1586f17bd190639142ec468c62396.diff

LOG: AntiDepBreaker.h - remove unused MachineOperand.h include. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/AntiDepBreaker.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/AntiDepBreaker.h b/llvm/include/llvm/CodeGen/AntiDepBreaker.h
index 813a3c5a35e7..d9dfcd34ded1 100644
--- a/llvm/include/llvm/CodeGen/AntiDepBreaker.h
+++ b/llvm/include/llvm/CodeGen/AntiDepBreaker.h
@@ -17,7 +17,6 @@
 #include "llvm/ADT/iterator_range.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/MachineOperand.h"
 #include "llvm/CodeGen/ScheduleDAG.h"
 #include "llvm/CodeGen/TargetSubtargetInfo.h"
 #include "llvm/Support/Compiler.h"


        


More information about the llvm-commits mailing list