[llvm] r314615 - Fix typo. NFC

Xin Tong via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 30 17:10:52 PDT 2017


Author: trentxintong
Date: Sat Sep 30 17:10:52 2017
New Revision: 314615

URL: http://llvm.org/viewvc/llvm-project?rev=314615&view=rev
Log:
Fix typo. NFC

Modified:
    llvm/trunk/test/CodeGen/X86/block-placement.ll

Modified: llvm/trunk/test/CodeGen/X86/block-placement.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/block-placement.ll?rev=314615&r1=314614&r2=314615&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/block-placement.ll (original)
+++ llvm/trunk/test/CodeGen/X86/block-placement.ll Sat Sep 30 17:10:52 2017
@@ -943,7 +943,7 @@ define void @benchmark_heapsort(i32 %n,
 ; 2) The exiting edge from the loop which is rotated to be laid out at the
 ;    bottom of the loop needs to be exiting into the nearest enclosing loop (to
 ;    which there is an exit). Otherwise, we force that enclosing loop into
-;    strange layouts that are siginificantly less efficient, often times maing
+;    strange layouts that are siginificantly less efficient, often times making
 ;    it discontiguous.
 ;
 ; CHECK-LABEL: @benchmark_heapsort




More information about the llvm-commits mailing list