[llvm] 023f691 - [SandboxIR] Fix MSVC warning caused by 2018f4ccf28b
Vasileios Porpodas via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 14:03:34 PDT 2024
Author: Vasileios Porpodas
Date: 2024-09-27T13:57:54-07:00
New Revision: 023f6910cfcbe7b3a9c405f59b3e62728617eeaf
URL: https://github.com/llvm/llvm-project/commit/023f6910cfcbe7b3a9c405f59b3e62728617eeaf
DIFF: https://github.com/llvm/llvm-project/commit/023f6910cfcbe7b3a9c405f59b3e62728617eeaf.diff
LOG: [SandboxIR] Fix MSVC warning caused by 2018f4ccf28b
Added:
Modified:
llvm/include/llvm/SandboxIR/Value.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/SandboxIR/Value.h b/llvm/include/llvm/SandboxIR/Value.h
index ff7a56a45de165..e7d516f38156c8 100644
--- a/llvm/include/llvm/SandboxIR/Value.h
+++ b/llvm/include/llvm/SandboxIR/Value.h
@@ -26,6 +26,7 @@ class GlobalValue;
class GlobalObject;
class Module;
class UnaryInstruction;
+class CmpInst;
/// Iterator for the `Use` edges of a Value's users.
/// \Returns a `Use` when dereferenced.
More information about the llvm-commits
mailing list