[llvm] e303b92 - Local.h - remove unused forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun May 10 09:04:22 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-10T16:59:54+01:00
New Revision: e303b926203da509346d86e00a78880240aa78ff

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

LOG: Local.h - remove unused forward declaration. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Utils/Local.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Utils/Local.h b/llvm/include/llvm/Transforms/Utils/Local.h
index c193f9c95d16..615f1c7f9803 100644
--- a/llvm/include/llvm/Transforms/Utils/Local.h
+++ b/llvm/include/llvm/Transforms/Utils/Local.h
@@ -48,7 +48,6 @@ class DbgValueInst;
 class DIBuilder;
 class Function;
 class Instruction;
-class LazyValueInfo;
 class LoadInst;
 class MDNode;
 class MemorySSAUpdater;


        


More information about the llvm-commits mailing list