diff options
author | Filipe Cabecinhas <me@filcab.net> | 2012-05-09 14:43:50 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2012-05-09 14:43:50 +0000 |
commit | 5c43305383b62c0ead1658fa26e94137314c138d (patch) | |
tree | 46da81a2e38bdef0e1299bdcebb4bde0de3e8bcc /llvm/test/Transforms | |
parent | a3aeb980d2d9873364ed97278d25c0323c1dc15f (diff) | |
download | bcm5719-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.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) { |