mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
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
This commit is contained in:
parent
4016a9ea4a
commit
88350bf61d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user