Fix ABIMacOSX_i386::RegisterIsVolatile to return the negated value of
authorJason Molenda <jmolenda@apple.com>
Thu, 6 Dec 2012 02:49:20 +0000 (02:49 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 6 Dec 2012 02:49:20 +0000 (02:49 +0000)
commit7964ab5e49d25cfd16c51cee9911f6b036ac488c
tree232cfaff86b9e04ea04e7fd5e76943fbc68c234b
parent4ef877f5e9f99973d2e5c2cdc17a7652288ad944
Fix ABIMacOSX_i386::RegisterIsVolatile to return the negated value of
RegisterIsCalleeSaved.  Add ebp back to the list of registers that
are callee saved.
<rdar://problem/12817918>

llvm-svn: 169466
lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp