From bffac0eb810dd1d076f8fc43c2826352cd7e863b Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Sun, 1 Oct 2017 00:10:52 +0000 Subject: [PATCH] Fix typo. NFC llvm-svn: 314615 --- llvm/test/CodeGen/X86/block-placement.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/block-placement.ll b/llvm/test/CodeGen/X86/block-placement.ll index b3f6534..d494889 100644 --- a/llvm/test/CodeGen/X86/block-placement.ll +++ b/llvm/test/CodeGen/X86/block-placement.ll @@ -943,7 +943,7 @@ define void @benchmark_heapsort(i32 %n, double* nocapture %ra) { ; 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 -- 2.7.4