Skip to content

Commit 023f691

Browse files
committed
[SandboxIR] Fix MSVC warning caused by 2018f4c
1 parent c650067 commit 023f691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/SandboxIR/Value.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class GlobalValue;
2626
class GlobalObject;
2727
class Module;
2828
class UnaryInstruction;
29+
class CmpInst;
2930

3031
/// Iterator for the `Use` edges of a Value's users.
3132
/// \Returns a `Use` when dereferenced.

0 commit comments

Comments
 (0)