diff options
Diffstat (limited to 'mlir/lib/Analysis/Verifier.cpp')
| -rw-r--r-- | mlir/lib/Analysis/Verifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Analysis/Verifier.cpp b/mlir/lib/Analysis/Verifier.cpp index a04cee7512d..e7abb899a11 100644 --- a/mlir/lib/Analysis/Verifier.cpp +++ b/mlir/lib/Analysis/Verifier.cpp @@ -277,7 +277,7 @@ struct MLFuncVerifier : public Verifier, public StmtWalker<MLFuncVerifier> { /// Walk all of the code in this MLFunc and verify that the operands of any /// operations are properly dominated by their definitions. bool MLFuncVerifier::verifyDominance() { - using HashTable = llvm::ScopedHashTable<const SSAValue *, bool>; + using HashTable = llvm::ScopedHashTable<const Value *, bool>; HashTable liveValues; HashTable::ScopeTy topScope(liveValues); |

