diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-04-04 06:31:21 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-04-04 06:31:21 +0000 |
commit | 2a0ea0105dde05ea7e1f2d011df47e609d6f8784 (patch) | |
tree | 0f4d52a7239f4b53b8e081ee6dda29be5dceaab1 /llvm/tools | |
parent | 613af1f7caed6a2a91f6c4ea46c3f9671ae30614 (diff) | |
download | bcm5719-llvm-2a0ea0105dde05ea7e1f2d011df47e609d6f8784.tar.gz bcm5719-llvm-2a0ea0105dde05ea7e1f2d011df47e609d6f8784.zip |
Fix typo in ASTStructuralEquivalence.cpp for UnaryTransform types.
Previously UnaryTransformType nodes were comparing the same node
for structural equivalence. This was due to a typo where T1 was
on both sides of the comparison. This patch corrects that typo.
Unfortunately I couldn't find a way to test this change. It seems
that currently UnaryTransform nodes are never actually checked
for equivalence, only their canonical types are.
None the less, this correction seemed appropriate.
llvm-svn: 329151
Diffstat (limited to 'llvm/tools')
0 files changed, 0 insertions, 0 deletions