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 6a7c665e29..80be81a1e9 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 char ID;
+ static char ID;
Inliner();
/// getAnalysisUsage - For this class, we declare that we require and preserve