[llvm] cd77284 - [CSKY] Ensure a newline at the end of a file (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 22:12:20 PST 2022


Author: Kazu Hirata
Date: 2022-01-12T22:11:57-08:00
New Revision: cd772844d8c6a48939aeb6b196f786ff2ce4cb42

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

LOG: [CSKY] Ensure a newline at the end of a file (NFC)

Added: 
    

Modified: 
    llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp b/llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp
index 199ce93596729..d4c4bb8472375 100644
--- a/llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp
+++ b/llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp
@@ -213,4 +213,4 @@ void CSKYConstantPoolJT::addSelectionDAGCSEId(FoldingSetNodeID &ID) {
 void CSKYConstantPoolJT::print(raw_ostream &O) const {
   O << "JTI#" << JTI;
   CSKYConstantPoolValue::print(O);
-}
\ No newline at end of file
+}


        


More information about the llvm-commits mailing list