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:
Filipe Cabecinhas 2012-05-09 14:43:50 +00:00
parent f24fde20c8
commit 7305295538

View File

@ -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) {