[llvm] 03ec5b6 - LoopInfo.h - remove unnecessary PHINode forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon May 25 05:47:02 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-25T13:45:03+01:00
New Revision: 03ec5b6bc4629b9ce4e11cbf54799995dbcb9c29

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

LOG: LoopInfo.h - remove unnecessary PHINode forward declaration. NFC.

This is directly defined in Instructions.h

Added: 
    

Modified: 
    llvm/include/llvm/Analysis/LoopInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h
index 049802024985..35fe2a03a2a2 100644
--- a/llvm/include/llvm/Analysis/LoopInfo.h
+++ b/llvm/include/llvm/Analysis/LoopInfo.h
@@ -60,7 +60,6 @@ class Loop;
 class InductionDescriptor;
 class MDNode;
 class MemorySSAUpdater;
-class PHINode;
 class ScalarEvolution;
 class raw_ostream;
 template <class N, bool IsPostDom> class DominatorTreeBase;


        


More information about the llvm-commits mailing list