summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SetTheory.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-06-04 07:49:55 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-06-04 07:49:55 +0000
commit25b753bb3f3610110eea152f02e8c3bb5dfc00bb (patch)
treeacbb2da705bb877cd70f07abd25946d0945af3a9 /llvm/utils/TableGen/SetTheory.h
parent5e300b82e282811e0de0ed7df4e8b3b7043f79d6 (diff)
downloadbcm5719-llvm-25b753bb3f3610110eea152f02e8c3bb5dfc00bb.tar.gz
bcm5719-llvm-25b753bb3f3610110eea152f02e8c3bb5dfc00bb.zip
Drop a RecordKeeper reference that wasn't necessary.
llvm-svn: 132636
Diffstat (limited to 'llvm/utils/TableGen/SetTheory.h')
-rw-r--r--llvm/utils/TableGen/SetTheory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/SetTheory.h b/llvm/utils/TableGen/SetTheory.h
index 2202f22396a..e37a76ee68c 100644
--- a/llvm/utils/TableGen/SetTheory.h
+++ b/llvm/utils/TableGen/SetTheory.h
@@ -96,8 +96,7 @@ private:
public:
/// Create a SetTheory instance with only the standard operators.
- /// A 'sequence' operator will only be added if a RecordKeeper is given.
- SetTheory(RecordKeeper *Records = 0);
+ SetTheory();
/// addExpander - Add an expander for Records with the named super class.
void addExpander(StringRef ClassName, Expander*);
OpenPOWER on IntegriCloud