enum class ChangeStatus
Description
Simple enum classes that forces properties to be spelled out explicitly. {
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:122
Enumerators
Name | Value | Comment |
---|---|---|
CHANGED | 0 | |
UNCHANGED | 1 |
Simple enum classes that forces properties to be spelled out explicitly. {
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:122
Name | Value | Comment |
---|---|---|
CHANGED | 0 | |
UNCHANGED | 1 |