TableGen: fix constness of new comparison function.
authorTim Northover <tnorthover@apple.com>
Mon, 16 Sep 2013 17:33:40 +0000 (17:33 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 16 Sep 2013 17:33:40 +0000 (17:33 +0000)
commit107cfa2169299fe67caebe7d1f0d405ce727e420
tree6f1607361f097f878cb50508ff8433b186af8907
parent5c616f91a5136295bf83850bc3610bd28756e58e
TableGen: fix constness of new comparison function.

libc++ didn't seem to like a non-const call operator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190797 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp