Reverting r335656, SWIG doesn't like "enum class".

llvm-svn: 335659
This commit is contained in:
Jim Ingham 2018-06-26 20:40:29 +00:00
parent 0e40d4bfc3
commit 504be79168
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
// in code is data.
//----------------------------------------------------------------------
enum class AddressClass {
enum AddressClass {
eInvalid,
eUnknown,
eCode,