[Evaluator] Make forward declaration consistent (NFC)

Fix a build warning.
This commit is contained in:
Nikita Popov 2022-01-04 09:46:33 +01:00
parent 4ef560ec60
commit 29e6e522a4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class TargetLibraryInfo;
/// be iterated over after the evaluation is complete. Once an evaluation call
/// fails, the evaluation object should not be reused.
class Evaluator {
class MutableAggregate;
struct MutableAggregate;
/// The evaluator represents values either as a Constant*, or as a
/// MutableAggregate, which allows changing individual aggregate elements