diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/Inliner.h')
| -rw-r--r-- | llvm/lib/Transforms/IPO/Inliner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/IPO/Inliner.h b/llvm/lib/Transforms/IPO/Inliner.h index a59f80b86d2..321a65f4888 100644 --- a/llvm/lib/Transforms/IPO/Inliner.h +++ b/llvm/lib/Transforms/IPO/Inliner.h @@ -27,6 +27,7 @@ namespace llvm { /// perform the inlining operations that does not depend on the policy. /// struct Inliner : public CallGraphSCCPass { + static const int ID; Inliner(); /// getAnalysisUsage - For this class, we declare that we require and preserve |

