[llvm] 3d01af7 - [nfc][ctx_prof] Remove unnecessary include
    Mircea Trofin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 25 18:44:18 PDT 2024
    
    
  
Author: Mircea Trofin
Date: 2024-09-25T18:42:47-07:00
New Revision: 3d01af78a96892e2359f905db580eee9f204179e
URL: https://github.com/llvm/llvm-project/commit/3d01af78a96892e2359f905db580eee9f204179e
DIFF: https://github.com/llvm/llvm-project/commit/3d01af78a96892e2359f905db580eee9f204179e.diff
LOG: [nfc][ctx_prof] Remove unnecessary include
Removed dependency on `Transforms/Utils` from
`CtxProfAnalysis.cpp` - it was unnecessary to
begin with.
Added: 
    
Modified: 
    llvm/lib/Analysis/CtxProfAnalysis.cpp
Removed: 
    
################################################################################
diff  --git a/llvm/lib/Analysis/CtxProfAnalysis.cpp b/llvm/lib/Analysis/CtxProfAnalysis.cpp
index 873277cf51d6b9..e03b5dfd538194 100644
--- a/llvm/lib/Analysis/CtxProfAnalysis.cpp
+++ b/llvm/lib/Analysis/CtxProfAnalysis.cpp
@@ -21,7 +21,6 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/JSON.h"
 #include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Transforms/Utils/CallPromotionUtils.h"
 
 #define DEBUG_TYPE "ctx_prof"
 
        
    
    
More information about the llvm-commits
mailing list