summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJingyue Wu <jingyue@google.com>2014-09-01 14:55:04 +0000
committerJingyue Wu <jingyue@google.com>2014-09-01 14:55:04 +0000
commit263bab01f8c4604f6526df370b40c2b76d69a29d (patch)
tree4877b93a175c7ae6f4a9a0d12eebbbaf65a4c621 /llvm/test
parenta909e493f1cb80a3352ae7e4dc46815e0402f885 (diff)
downloadbcm5719-llvm-263bab01f8c4604f6526df370b40c2b76d69a29d.tar.gz
bcm5719-llvm-263bab01f8c4604f6526df370b40c2b76d69a29d.zip
Fix a typo in comments in r216862, NFC
PR20766 -> PR20776. Thanks Roman Divacky for the catch! llvm-svn: 216883
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/loop-strength-reduce8.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce8.ll b/llvm/test/CodeGen/X86/loop-strength-reduce8.ll
index 886ab5d39fa..c36047c451a 100644
--- a/llvm/test/CodeGen/X86/loop-strength-reduce8.ll
+++ b/llvm/test/CodeGen/X86/loop-strength-reduce8.ll
@@ -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
OpenPOWER on IntegriCloud