1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix a typo in comments in r216862, NFC

PR20766 -> PR20776. Thanks Roman Divacky for the catch!

llvm-svn: 216883
This commit is contained in:
Jingyue Wu 2014-09-01 14:55:04 +00:00
parent 0da3307044
commit eeb58da844

View 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