commit | d13db2c59cc94162d6cf0a04187d408bfef6d4a7 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Wed Jul 21 22:09:45 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Wed Jul 21 22:09:45 2010 +0000 |
tree | 038f76abec58dcdf127487653ee3175dcbcc33d0 | |
parent | 07fdd897e2c4304b6f70345c488e97fd97374576 [diff] [blame] |
Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109045 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/PointerTracking.cpp b/lib/Analysis/PointerTracking.cpp index 14df0b7..142066e 100644 --- a/lib/Analysis/PointerTracking.cpp +++ b/lib/Analysis/PointerTracking.cpp
@@ -263,5 +263,5 @@ } } -static RegisterPass<PointerTracking> X("pointertracking", - "Track pointer bounds", false, true); +INITIALIZE_PASS(PointerTracking, "pointertracking", + "Track pointer bounds", false, true);