Fix an obvious type. Patch by Ivan Krasin.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 4 Aug 2011 18:40:26 +0000 (18:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 4 Aug 2011 18:40:26 +0000 (18:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136900 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ObjCARC.cpp

index 91233d69d20b320f89b78e81005d51088efcc156..6b5dfc237f8ca2d7ca77e7e516fcf30423e4efaa 100644 (file)
@@ -1316,7 +1316,7 @@ namespace {
     }
 
     void clearBottomUpPointers() {
-      PerPtrTopDown.clear();
+      PerPtrBottomUp.clear();
     }
 
     void clearTopDownPointers() {