[llvm] efd758a - RISCVAttributeParser.h - remove unnecessary ScopedPrinter.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 14:11:37 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-11T22:11:21+01:00
New Revision: efd758ac5aeab85e8c3180f96f527fc7ffe4d2e0

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

LOG: RISCVAttributeParser.h - remove unnecessary ScopedPrinter.h include. NFC.

All uses of ScopedPrinter are in terms of ELFAttributeParser which are handled by ELFAttributeParser.h

Added: 
    

Modified: 
    llvm/include/llvm/Support/RISCVAttributeParser.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/RISCVAttributeParser.h b/llvm/include/llvm/Support/RISCVAttributeParser.h
index 89f660edcc77..3e629419a7e9 100644
--- a/llvm/include/llvm/Support/RISCVAttributeParser.h
+++ b/llvm/include/llvm/Support/RISCVAttributeParser.h
@@ -9,7 +9,6 @@
 #ifndef LLVM_SUPPORT_RISCVATTRIBUTEPARSER_H
 #define LLVM_SUPPORT_RISCVATTRIBUTEPARSER_H
 
-#include "ScopedPrinter.h"
 #include "llvm/Support/ELFAttributeParser.h"
 #include "llvm/Support/RISCVAttributes.h"
 


        


More information about the llvm-commits mailing list