Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that
authorJason Molenda <jmolenda@apple.com>
Tue, 4 Dec 2012 22:08:50 +0000 (22:08 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 4 Dec 2012 22:08:50 +0000 (22:08 +0000)
commit011aea45a9e4b39e89d6ab8068c464bbd6580622
treebf7f4f2f4bdaa179daeae0efcc0621da92ffddc9
parent67cb31ebdd665980d101d5219c6804ecde2ae503
Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that
these are the *non-volatile* registers on Darwin/i386, not the
volatile registers.
Recognize the sp, pc, fp generic reg names as well.

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