[llvm] r216883 - Fix a typo in comments in r216862, NFC

Jingyue Wu jingyue at google.com
Mon Sep 1 07:55:04 PDT 2014


Author: jingyue
Date: Mon Sep  1 09:55:04 2014
New Revision: 216883

URL: http://llvm.org/viewvc/llvm-project?rev=216883&view=rev
Log:
Fix a typo in comments in r216862, NFC

PR20766 -> PR20776. Thanks Roman Divacky for the catch!

Modified:
    llvm/trunk/test/CodeGen/X86/loop-strength-reduce8.ll

Modified: llvm/trunk/test/CodeGen/X86/loop-strength-reduce8.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/loop-strength-reduce8.ll?rev=216883&r1=216882&r2=216883&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/loop-strength-reduce8.ll (original)
+++ llvm/trunk/test/CodeGen/X86/loop-strength-reduce8.ll Mon Sep  1 09:55:04 2014
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
 
 ; FIXME: The first two instructions, movl and addl, should have been combined to
-; "leal 16(%eax), %edx" by the backend (PR20766).
+; "leal 16(%eax), %edx" by the backend (PR20776).
 ; CHECK: movl    %eax, %edx
 ; CHECK: addl    $16, %edx
 ; CHECK: align





More information about the llvm-commits mailing list