aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-01-27 21:41:54 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-01-27 21:41:54 +0000
commit5f2a92a26c68be2f777884db27ed9149694b0f94 (patch)
tree0549e27ff6d4224fb42e167a9df7e8c1e632ae68 /lldb/scripts/Python
parentb76f55f74a3436e3bc89efa4779e88d00c3f0bbd (diff)
downloadllvm-5f2a92a26c68be2f777884db27ed9149694b0f94.zip
llvm-5f2a92a26c68be2f777884db27ed9149694b0f94.tar.gz
llvm-5f2a92a26c68be2f777884db27ed9149694b0f94.tar.bz2
Fix sext(setcc) -> select_cc using wrong type for setcc.
Also update the comment, since it actually produces a select (setcc) instead of select_cc. It was checking and using the setcc result type for the type of the sext, instead of the type of the compared items. In my problem case, the sext was to i32 and was used as the setcc type, but the expected type was i64. No test since I haven't been able to hit the problem with this on any in-tree targets. llvm-svn: 200249
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions