[llvm] 2477b49 - ArgumentPromotion.cpp - remove unused <string> include. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 13 05:04:02 PDT 2021


Author: Simon Pilgrim
Date: 2021-06-13T13:03:47+01:00
New Revision: 2477b498f2566d303d1b35c495f289512854ec00

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

LOG: ArgumentPromotion.cpp - remove unused <string> include. NFCI.

Added: 
    

Modified: 
    llvm/lib/Transforms/IPO/ArgumentPromotion.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp b/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
index 9be28c6d29064..58a4ec679a10f 100644
--- a/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
+++ b/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
@@ -82,7 +82,6 @@
 #include <iterator>
 #include <map>
 #include <set>
-#include <string>
 #include <utility>
 #include <vector>
 


        


More information about the llvm-commits mailing list