mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
Fixed a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f24fde20c8
commit
7305295538
@ -59,7 +59,7 @@ entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; Don't do this if there's a use of the old pointer vlaue between the store
|
||||
; Don't do this if there's a use of the old pointer value between the store
|
||||
; and the release.
|
||||
|
||||
; CHECK: define void @test3(i8* %newValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user