diff options
Diffstat (limited to 'llvm/lib/Analysis/ProfileInfo.cpp')
| -rw-r--r-- | llvm/lib/Analysis/ProfileInfo.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/ProfileInfo.cpp b/llvm/lib/Analysis/ProfileInfo.cpp index 09bb1dfca13..a96dc4f2fc6 100644 --- a/llvm/lib/Analysis/ProfileInfo.cpp +++ b/llvm/lib/Analysis/ProfileInfo.cpp @@ -29,9 +29,7 @@ ProfileInfo::~ProfileInfo() {} // namespace { - struct NoProfileInfo : public ImmutablePass, public ProfileInfo { - unsigned getExecutionCount(BasicBlock *BB) { return 0; } - }; + struct NoProfileInfo : public ImmutablePass, public ProfileInfo {}; // Register this pass... RegisterOpt<NoProfileInfo> |

