[llvm] f2c2333 - [NFC][llvm] Align the comment

Shao-Ce SUN via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 19:50:39 PST 2022


Author: ly
Date: 2022-01-26T11:50:32+08:00
New Revision: f2c2333b6d2f0a00b02143fc3914462ebda5a015

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

LOG: [NFC][llvm] Align the comment

Reviewed By: luismarques

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

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/SDNodeProperties.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/SDNodeProperties.td b/llvm/include/llvm/CodeGen/SDNodeProperties.td
index d25e0bda26a95..3cb304f47f4b9 100644
--- a/llvm/include/llvm/CodeGen/SDNodeProperties.td
+++ b/llvm/include/llvm/CodeGen/SDNodeProperties.td
@@ -1,4 +1,4 @@
-//===- SDNodeProperties.td - Common code for DAG isels ---*- tablegen -*-===//
+//===- SDNodeProperties.td - Common code for DAG isels -----*- tablegen -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list