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
This commit is contained in:
Frits van Bommel
2011-04-03 19:46:28 +00:00
parent f63ea6fefc
commit c12d4c93f9
3 changed files with 6 additions and 10 deletions

View File

@@ -22,12 +22,10 @@
namespace llvm {
class LLVMContext;
/// ConstantFolder - Create constants with minimum, target independent, folding.
class ConstantFolder {
public:
explicit ConstantFolder(LLVMContext &) {}
explicit ConstantFolder() {}
//===--------------------------------------------------------------------===//
// Binary Operators