forked from OSchip/llvm-project
Amend "Change AddressClass type from 'enum' to 'enum class'".
r335599 changes usages of AddressClass, but doesn't change the type itself. llvm-svn: 335656
This commit is contained in:
parent
12d5a51d66
commit
b76dcd17d1
|
@ -823,7 +823,7 @@ enum FrameComparison {
|
||||||
// relative data and the object file might be able to tell us that an address
|
// relative data and the object file might be able to tell us that an address
|
||||||
// in code is data.
|
// in code is data.
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
enum AddressClass {
|
enum class AddressClass {
|
||||||
eInvalid,
|
eInvalid,
|
||||||
eUnknown,
|
eUnknown,
|
||||||
eCode,
|
eCode,
|
||||||
|
|
Loading…
Reference in New Issue