OSDN Git Service

Fix a typo in comments in r216862, NFC
authorJingyue Wu <jingyue@google.com>
Mon, 1 Sep 2014 14:55:04 +0000 (14:55 +0000)
committerJingyue Wu <jingyue@google.com>
Mon, 1 Sep 2014 14:55:04 +0000 (14:55 +0000)
PR20766 -> PR20776. Thanks Roman Divacky for the catch!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216883 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/loop-strength-reduce8.ll

index 886ab5d..c36047c 100644 (file)
@@ -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