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