[llvm-commits] [llvm] r156471 - /llvm/trunk/test/Transforms/ObjCARC/contract-storestrong.ll
Filipe Cabecinhas
me at filcab.net
Wed May 9 07:43:50 PDT 2012
Author: filcab
Date: Wed May 9 09:43:50 2012
New Revision: 156471
URL: http://llvm.org/viewvc/llvm-project?rev=156471&view=rev
Log:
Fixed a typo
Modified:
llvm/trunk/test/Transforms/ObjCARC/contract-storestrong.ll
Modified: llvm/trunk/test/Transforms/ObjCARC/contract-storestrong.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ObjCARC/contract-storestrong.ll?rev=156471&r1=156470&r2=156471&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/ObjCARC/contract-storestrong.ll (original)
+++ llvm/trunk/test/Transforms/ObjCARC/contract-storestrong.ll Wed May 9 09:43:50 2012
@@ -59,7 +59,7 @@
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) {
More information about the llvm-commits
mailing list