[llvm] f2404a5 - [NDF] Revert earlier nfc commit to test commit access

Ryan Guo via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 22:58:24 PST 2023


Author: Ryan Guo
Date: 2023-02-16T22:57:23-08:00
New Revision: f2404a58b0b465ea8fdd88386c6a528b97673c6e

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

LOG: [NDF] Revert earlier nfc commit to test commit access

This patch reverts 511d55060454 by removing the empty newline.

Added: 
    

Modified: 
    llvm/include/llvm/ProfileData/SampleProfWriter.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ProfileData/SampleProfWriter.h b/llvm/include/llvm/ProfileData/SampleProfWriter.h
index b235b53885b59..4edb3b049e704 100644
--- a/llvm/include/llvm/ProfileData/SampleProfWriter.h
+++ b/llvm/include/llvm/ProfileData/SampleProfWriter.h
@@ -463,7 +463,6 @@ class SampleProfileWriterCompactBinary : public SampleProfileWriterBinary {
   std::error_code writeFuncOffsetTable();
 };
 
-
 } // end namespace sampleprof
 } // end namespace llvm
 


        


More information about the llvm-commits mailing list