[llvm] f00d101 - llvm/utils/TableGen/CodeGenIntrinsics.h: Fix a comment line (since 2006!)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 10:34:12 PST 2023


Author: NAKAMURA Takumi
Date: 2023-02-12T03:33:56+09:00
New Revision: f00d101b8e320089d181afe9379cd46a414efd86

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

LOG: llvm/utils/TableGen/CodeGenIntrinsics.h: Fix a comment line (since 2006!)

Added: 
    

Modified: 
    llvm/utils/TableGen/CodeGenIntrinsics.h

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/CodeGenIntrinsics.h b/llvm/utils/TableGen/CodeGenIntrinsics.h
index 0558918b3028..59c0fcd290c4 100644
--- a/llvm/utils/TableGen/CodeGenIntrinsics.h
+++ b/llvm/utils/TableGen/CodeGenIntrinsics.h
@@ -1,4 +1,4 @@
-//===- CodeGenIntrinsic.h - Intrinsic Class Wrapper ------------*- C++ -*--===//
+//===- CodeGenIntrinsics.h - Intrinsic Class Wrapper -----------*- C++ -*--===//
 //
 // 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