commit | 032d89828e148b846e90e5ba498779adf26d8958 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Aug 27 14:50:10 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Aug 27 14:50:10 2007 +0000 |
tree | b65fab3dd9bb1126305caedb034ddc6114bc5046 | |
parent | ff33241e169eb1f39953c7bea318b18217e7ef87 [diff] [blame] |
Add explicit keywords and remove spurious trailing semicolons. llvm-svn: 41482
diff --git a/llvm/lib/CodeGen/PhysRegTracker.h b/llvm/lib/CodeGen/PhysRegTracker.h index f5a2402..2717e33 100644 --- a/llvm/lib/CodeGen/PhysRegTracker.h +++ b/llvm/lib/CodeGen/PhysRegTracker.h
@@ -26,7 +26,7 @@ std::vector<unsigned> regUse_; public: - PhysRegTracker(const MRegisterInfo& mri) + explicit PhysRegTracker(const MRegisterInfo& mri) : mri_(&mri), regUse_(mri_->getNumRegs(), 0) { }