Fix typo. NFC
authorXin Tong <trent.xin.tong@gmail.com>
Sun, 1 Oct 2017 00:10:52 +0000 (00:10 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Sun, 1 Oct 2017 00:10:52 +0000 (00:10 +0000)
llvm-svn: 314615

llvm/test/CodeGen/X86/block-placement.ll

index b3f6534..d494889 100644 (file)
@@ -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