diff options
author | Chris Lattner <sabre@nondot.org> | 2011-01-16 00:27:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-01-16 00:27:10 +0000 |
commit | 0092b1142f5d35d204f35ec3cfe19d8de082400f (patch) | |
tree | 628aa3adbb3418b5ebfedfd53471e84cba1e2ea0 /include/llvm/Analysis/CodeMetrics.h | |
parent | a7a71a375c43cb802df6e5d55685ad5d4a17cf76 (diff) |
remove the partial specialization pass. It is unmaintained and has bugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/CodeMetrics.h')
-rw-r--r-- | include/llvm/Analysis/CodeMetrics.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/Analysis/CodeMetrics.h b/include/llvm/Analysis/CodeMetrics.h index aa42de7898..75edfbbed2 100644 --- a/include/llvm/Analysis/CodeMetrics.h +++ b/include/llvm/Analysis/CodeMetrics.h @@ -7,9 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This file implements various weight measurements for a function, helping -// the Inliner and PartialSpecialization decide whether to duplicate its -// contents. +// This file implements various weight measurements for code, helping +// the Inliner and other passes decide whether to duplicate its contents. // //===----------------------------------------------------------------------===// |