aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-08-12 11:50:44 +0000
committerAlexey Samsonov <samsonov@google.com>2013-08-12 11:50:44 +0000
commit655abf57edcc9954428ac405905005f82091add5 (patch)
tree5954ace49906931a351aaa317ee2c1b5acf6a3cb /include/llvm/Transforms/Utils
parente39e1316f034e9932cb8da535541a3e35a0e490a (diff)
downloadexternal_llvm-655abf57edcc9954428ac405905005f82091add5.zip
external_llvm-655abf57edcc9954428ac405905005f82091add5.tar.gz
external_llvm-655abf57edcc9954428ac405905005f82091add5.tar.bz2
Remove unused SpecialCaseList constructors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils')
-rw-r--r--include/llvm/Transforms/Utils/SpecialCaseList.h4
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.