From: Chandler Carruth Date: Sun, 13 Sep 2015 07:50:43 +0000 (+0000) Subject: [FunctionAttrs] Collect utility functions as static helpers rather than X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=821e7c773781472bd1fa3fa34a4e8ff477f90548;hp=821e7c773781472bd1fa3fa34a4e8ff477f90548 [FunctionAttrs] Collect utility functions as static helpers rather than methods. They don't need anything from the class anyways. Also, collect the declarations into the private section of the pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247521 91177308-0d34-0410-b5e6-96231b3b80d8 ---