From c12d4c93f94e271d32e60fae1d521c4fca39ae1e Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Sun, 3 Apr 2011 19:46:28 +0000 Subject: Remove the LLVMContext& arguments from *Folder constructors, as they don't seem to be used anywhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128793 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/NoFolder.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/llvm/Support/NoFolder.h') diff --git a/include/llvm/Support/NoFolder.h b/include/llvm/Support/NoFolder.h index 92a9fd6..5ead26e 100644 --- a/include/llvm/Support/NoFolder.h +++ b/include/llvm/Support/NoFolder.h @@ -27,12 +27,10 @@ namespace llvm { -class LLVMContext; - /// NoFolder - Create "constants" (actually, instructions) with no folding. class NoFolder { public: - explicit NoFolder(LLVMContext &) {} + explicit NoFolder() {} //===--------------------------------------------------------------------===// // Binary Operators -- cgit v1.1