summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-05-09 14:43:50 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-05-09 14:43:50 +0000
commit7305295538f0fd53cd3ed15eb8983f286e523a7a (patch)
tree2401a675570464baf42af221c36717f151b02e7a
parentf24fde20c8d6db5a52b50a010e831c9159d3fec7 (diff)
downloadllvm-7305295538f0fd53cd3ed15eb8983f286e523a7a.tar.gz
llvm-7305295538f0fd53cd3ed15eb8983f286e523a7a.tar.bz2
llvm-7305295538f0fd53cd3ed15eb8983f286e523a7a.tar.xz
Fixed a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156471 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/ObjCARC/contract-storestrong.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ObjCARC/contract-storestrong.ll b/test/Transforms/ObjCARC/contract-storestrong.ll
index 376120cf8b..de84b41b8e 100644
--- a/test/Transforms/ObjCARC/contract-storestrong.ll
+++ b/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) {