projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4016a9e
)
Fix a typo in comments in r216862, NFC
author
Jingyue Wu
<jingyue@google.com>
Mon, 1 Sep 2014 14:55:04 +0000
(14:55 +0000)
committer
Jingyue 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/loop-strength-reduce8.ll
b/test/CodeGen/X86/loop-strength-reduce8.ll
index 886ab5d39faa9a16aca6aab9699a369c2e96ef75..c36047c451ae3b111ccbf6838a0b788e2846c86d 100644
(file)
--- 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 (PR207
6
6).
+; "leal 16(%eax), %edx" by the backend (PR207
7
6).
; CHECK: movl %eax, %edx
; CHECK: addl $16, %edx
; CHECK: align