diff options
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r-- | include/llvm/Transforms/Utils/SpecialCaseList.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Transforms/Utils/SpecialCaseList.h b/include/llvm/Transforms/Utils/SpecialCaseList.h index 34396fd..bf95ec0 100644 --- a/include/llvm/Transforms/Utils/SpecialCaseList.h +++ b/include/llvm/Transforms/Utils/SpecialCaseList.h @@ -57,10 +57,6 @@ class StringRef; class SpecialCaseList { public: - // FIXME: Switch all users to factories and remove these constructors. - SpecialCaseList(const StringRef Path); - SpecialCaseList(const MemoryBuffer *MB); - /// Parses the special case list from a file. If Path is empty, returns /// an empty special case list. On failure, returns 0 and writes an error /// message to string. |