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:
Tatyana Krasnukha 2018-06-26 20:08:05 +00:00
parent 12d5a51d66
commit b76dcd17d1
1 changed files with 1 additions and 1 deletions

View File

@ -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,