[llvm] 053fce9 - Fix typo in filename comment.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 16:02:42 PDT 2020


Author: Eric Christopher
Date: 2020-06-03T16:01:36-07:00
New Revision: 053fce9a02ad679f14f9dba33220f7d63fc11812

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

LOG: Fix typo in filename comment.

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp b/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
index 165df12a6c7a..8d60bbb6450b 100644
--- a/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
+++ b/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
@@ -1,4 +1,4 @@
-//===- X86AvoidStoreForwardingBlockis.cpp - Avoid HW Store Forward Block --===//
+//===- X86AvoidStoreForwardingBlocks.cpp - Avoid HW Store Forward Block ---===//
 //
 // 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