diff options
author | Kazu Hirata <kazu@google.com> | 2023-06-24 06:59:49 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-06-24 06:59:49 -0700 |
commit | 1d0a7aa1048b842acb26947d54453da232e82e28 (patch) | |
tree | d7f53b2b785607e907052a1fbfd51f8217d14d9e | |
parent | 90e41a86a7c2cdcfb39220bf5d137283493b4ec5 (diff) | |
download | llvm-1d0a7aa1048b842acb26947d54453da232e82e28.zip llvm-1d0a7aa1048b842acb26947d54453da232e82e28.tar.gz llvm-1d0a7aa1048b842acb26947d54453da232e82e28.tar.bz2 |
[Analysis] Remove unused forward declaration GetElementPtrInst
The last use was removed by:
commit 2d79b713663169b3732fcbdf56cac243b5c41e28
Author: Philip Reames <preames@rivosinc.com>
Date: Thu Apr 6 08:23:08 2023 -0700
-rw-r--r-- | llvm/include/llvm/Analysis/VectorUtils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/VectorUtils.h b/llvm/include/llvm/Analysis/VectorUtils.h index 18214fe..ad69f57 100644 --- a/llvm/include/llvm/Analysis/VectorUtils.h +++ b/llvm/include/llvm/Analysis/VectorUtils.h @@ -311,7 +311,6 @@ public: template <typename T> class ArrayRef; class DemandedBits; -class GetElementPtrInst; template <typename InstTy> class InterleaveGroup; class IRBuilderBase; class Loop; |