Add operator!= for FoldingSetNodeID and FoldingSetNodeIDRef. Implementation in
authorNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jan 2014 01:29:37 +0000 (01:29 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jan 2014 01:29:37 +0000 (01:29 +0000)
commit665b92322af8f1c4b436dd7ba49e9dd51e06c583
tree10ec2549d16f514026e5f9f3f859bbf57d3b022a
parent527d783837d7b9759d6c88057e26df606e3c45a9
Add operator!= for FoldingSetNodeID and FoldingSetNodeIDRef. Implementation in
the header forwards to operator== which is not in the header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199702 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/FoldingSet.h