diff options
Diffstat (limited to 'llvm/test/Transforms/ObjCARC/contract-storestrong.ll')
-rw-r--r-- | llvm/test/Transforms/ObjCARC/contract-storestrong.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ObjCARC/contract-storestrong.ll b/llvm/test/Transforms/ObjCARC/contract-storestrong.ll index 376120cf8bf..de84b41b8e7 100644 --- a/llvm/test/Transforms/ObjCARC/contract-storestrong.ll +++ b/llvm/test/Transforms/ObjCARC/contract-storestrong.ll @@ -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) { |