[llvm-commits] [PATCH]Fix a copy-paste mistake in lib/Transforms/Scalar/ObjCARC.cpp

Ivan Krasin krasin at chromium.org
Thu Aug 4 02:50:21 PDT 2011


Hi llvm team,

this patch fixes a copy-paste mistake. All credits go to
http://habrahabr.ru/blogs/compilers/125626/


Index: lib/Transforms/Scalar/ObjCARC.cpp
===================================================================
--- lib/Transforms/Scalar/ObjCARC.cpp	(revision 136864)
+++ lib/Transforms/Scalar/ObjCARC.cpp	(working copy)
@@ -1316,7 +1316,7 @@
     }

     void clearBottomUpPointers() {
-      PerPtrTopDown.clear();
+      PerPtrBottomUp.clear();
     }

     void clearTopDownPointers() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ObjCARC.patch
Type: text/x-patch
Size: 390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110804/e7890f52/attachment.bin>


More information about the llvm-commits mailing list