[llvm] 7756b34 - [InstrProf][NFC] Remove stray option in InstrProfWriter

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 14:29:19 PST 2022


Author: Ellis Hoag
Date: 2022-02-02T14:29:15-08:00
New Revision: 7756b34ef26bc86502b47c2a0d5058fb51e4ff60

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

LOG: [InstrProf][NFC] Remove stray option in InstrProfWriter

This variable was added to `InstrProfWriter.cpp`  in D115693 by mistake and it isn't needed.

Reviewed By: kyulee

Differential Revision: https://reviews.llvm.org/D118664

Added: 
    

Modified: 
    llvm/lib/ProfileData/InstrProfWriter.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ProfileData/InstrProfWriter.cpp b/llvm/lib/ProfileData/InstrProfWriter.cpp
index 8ded1c0426e50..ebf89317d585a 100644
--- a/llvm/lib/ProfileData/InstrProfWriter.cpp
+++ b/llvm/lib/ProfileData/InstrProfWriter.cpp
@@ -32,7 +32,6 @@
 #include <vector>
 
 using namespace llvm;
-extern cl::opt<bool> DebugInfoCorrelate;
 
 // A struct to define how the data stream should be patched. For Indexed
 // profiling, only uint64_t data type is needed.


        


More information about the llvm-commits mailing list