[llvm] 4319c89 - LLParser.h - remove unused ValueHandle.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat May 9 07:12:54 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-09T15:08:48+01:00
New Revision: 4319c89551640d21c42202132439d56359afab1f

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

LOG: LLParser.h - remove unused ValueHandle.h include. NFC.

Added: 
    

Modified: 
    llvm/lib/AsmParser/LLParser.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h
index 3fb724760e94..5800185be9d8 100644
--- a/llvm/lib/AsmParser/LLParser.h
+++ b/llvm/lib/AsmParser/LLParser.h
@@ -21,7 +21,6 @@
 #include "llvm/IR/ModuleSummaryIndex.h"
 #include "llvm/IR/Operator.h"
 #include "llvm/IR/Type.h"
-#include "llvm/IR/ValueHandle.h"
 #include <map>
 
 namespace llvm {


        


More information about the llvm-commits mailing list