diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-24 00:01:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-24 00:01:16 +0000 |
| commit | 57ebf63da7497f5dab2c900b70ee174538e5b399 (patch) | |
| tree | 8ac978be3017f2b563c816e3b8b5e41771b9cbe5 /llvm/utils/TableGen/CodeGenDAGPatterns.h | |
| parent | 6070ee2a58f335f65c780d69ac7eb3e9fc17a62a (diff) | |
| download | bcm5719-llvm-57ebf63da7497f5dab2c900b70ee174538e5b399.tar.gz bcm5719-llvm-57ebf63da7497f5dab2c900b70ee174538e5b399.zip | |
bring sanity to EnforceVectorEltType
llvm-svn: 99354
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.h')
| -rw-r--r-- | llvm/utils/TableGen/CodeGenDAGPatterns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.h b/llvm/utils/TableGen/CodeGenDAGPatterns.h index f583f298f66..cf70dafa465 100644 --- a/llvm/utils/TableGen/CodeGenDAGPatterns.h +++ b/llvm/utils/TableGen/CodeGenDAGPatterns.h @@ -129,7 +129,7 @@ namespace EEVT { /// EnforceVectorEltTypeIs - 'this' is now constrainted to be a vector type /// whose element is VT. - bool EnforceVectorEltTypeIs(MVT::SimpleValueType VT, TreePattern &TP); + bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP); bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec; } bool operator==(const TypeSet &RHS) const { return TypeVec == RHS.TypeVec; } |

