commit | 32ce20c5eed6336feed739a6903b0b6d351030c6 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Wed Mar 13 01:55:16 2013 +0000 |
committer | Jim Ingham <jingham@apple.com> | Wed Mar 13 01:55:16 2013 +0000 |
tree | 57eab8e76a0b1ce0363a5afc3d3e50923a76731c | |
parent | d19444c48b8dd5108d44a95ef23534f40fa3a7cf [diff] [blame] |
DoesBranch needs to compute the instruction if it isn't already done. Handle the "alternate_isa" correctly. llvm-svn: 176922
diff --git a/lldb/source/Core/Disassembler.cpp b/lldb/source/Core/Disassembler.cpp index 8bbd8b5..3c8210b 100644 --- a/lldb/source/Core/Disassembler.cpp +++ b/lldb/source/Core/Disassembler.cpp
@@ -1190,7 +1190,7 @@ } bool -PseudoInstruction::DoesBranch () const +PseudoInstruction::DoesBranch () { // This is NOT a valid question for a pseudo instruction. return false;