From 88350bf61dea89d0e85af4be3dd703d89afb9243 Mon Sep 17 00:00:00 2001 From: Jingyue Wu Date: Mon, 1 Sep 2014 14:55:04 +0000 Subject: [PATCH] Fix a typo in comments in r216862, NFC 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/loop-strength-reduce8.ll b/test/CodeGen/X86/loop-strength-reduce8.ll index 886ab5d39fa..c36047c451a 100644 --- a/test/CodeGen/X86/loop-strength-reduce8.ll +++ b/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 -- 2.40.0