X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTransforms%2FScalar%2FReassociate.cpp;h=b8afcc12d927d165e3e6aa82763932cdf73b96cc;hp=e686c52fd8a01b9231e040b86e6f20a459da9823;hb=90c579de5a383cee278acc3f7e7b9d0a656e6a35;hpb=e26a7b5e21a49543a727b1b2524a934e73c89772 diff --git a/lib/Transforms/Scalar/Reassociate.cpp b/lib/Transforms/Scalar/Reassociate.cpp index e686c52fd8a..b8afcc12d92 100644 --- a/lib/Transforms/Scalar/Reassociate.cpp +++ b/lib/Transforms/Scalar/Reassociate.cpp @@ -77,7 +77,7 @@ namespace { bool MadeChange; public: static char ID; // Pass identification, replacement for typeid - Reassociate() : FunctionPass(&ID) {} + Reassociate() : FunctionPass(ID) {} bool runOnFunction(Function &F);