Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156471 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
filcab committed May 9, 2012
1 parent f24fde2 commit 7305295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Transforms/ObjCARC/contract-storestrong.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7305295

Please sign in to comment.