summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
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
commit5c43305383b62c0ead1658fa26e94137314c138d (patch)
tree46da81a2e38bdef0e1299bdcebb4bde0de3e8bcc /llvm/test/Transforms
parenta3aeb980d2d9873364ed97278d25c0323c1dc15f (diff)
downloadbcm5719-llvm-5c43305383b62c0ead1658fa26e94137314c138d.tar.gz
bcm5719-llvm-5c43305383b62c0ead1658fa26e94137314c138d.zip
Fixed a typo
llvm-svn: 156471
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/ObjCARC/contract-storestrong.ll2
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) {
OpenPOWER on IntegriCloud