forked from OSchip/llvm-project
[Evaluator] Make forward declaration consistent (NFC)
Fix a build warning.
This commit is contained in:
parent
4ef560ec60
commit
29e6e522a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue