[llvm] a2519be - ExecutionDomainFix.h - remove unused llvm::MachineBasicBlock forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 03:26:20 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-11T11:25:48+01:00
New Revision: a2519be0e92054f86a2cb299ac5d75e891e603b2

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

LOG: ExecutionDomainFix.h - remove unused llvm::MachineBasicBlock forward declaration. NFC.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/ExecutionDomainFix.h b/llvm/include/llvm/CodeGen/ExecutionDomainFix.h
index f1602c223b4d..c87d4f993e77 100644
--- a/llvm/include/llvm/CodeGen/ExecutionDomainFix.h
+++ b/llvm/include/llvm/CodeGen/ExecutionDomainFix.h
@@ -30,7 +30,6 @@
 
 namespace llvm {
 
-class MachineBasicBlock;
 class MachineInstr;
 class TargetInstrInfo;
 


        


More information about the llvm-commits mailing list