projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24fde2
)
Fixed a typo
author
Filipe Cabecinhas
<me@filcab.net>
Wed, 9 May 2012 14:43:50 +0000
(14:43 +0000)
committer
Filipe Cabecinhas
<me@filcab.net>
Wed, 9 May 2012 14:43:50 +0000
(14:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156471
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/ObjCARC/contract-storestrong.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/ObjCARC/contract-storestrong.ll
b/test/Transforms/ObjCARC/contract-storestrong.ll
index 376120cf8bf9b95e7ea07917dbb5cdf9a981c625..de84b41b8e7976ab6ff2cae43b76554b78cf8e63 100644
(file)
--- 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 v
la
ue between the store
+; Don't do this if there's a use of the old pointer v
al
ue between the store
; and the release.
; CHECK: define void @test3(i8* %newValue) {