From: Eric Christopher Date: Wed, 3 Jun 2020 21:20:46 +0000 (-0700) Subject: Fix typo in filename comment. X-Git-Tag: llvmorg-12-init~4209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=053fce9a02ad679f14f9dba33220f7d63fc11812;p=platform%2Fupstream%2Fllvm.git Fix typo in filename comment. --- diff --git a/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp b/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp index 165df12..8d60bbb6 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.