summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-11-01 15:00:58 +0000
committerPavel Labath <labath@google.com>2017-11-01 15:00:58 +0000
commitb38c02047aed02a2969960ce442ebdb84924929f (patch)
tree1b5a5f499919b7d76987e001b01a27fb0ae2c932 /llvm/lib/CodeGen/MachineInstr.cpp
parent9dfbc10522017b5108ef22aedf62771fe7a22c5b (diff)
downloadbcm5719-llvm-b38c02047aed02a2969960ce442ebdb84924929f.tar.gz
bcm5719-llvm-b38c02047aed02a2969960ce442ebdb84924929f.zip
Remove uint32_t assignment operator from Status
Summary: It is not presently used, and it's quite dangerous to use -- it assumes the integer is an osx kern_return_t, but very few of the integers we have lying around are mach kernel error codes. The error can still be used to a mach error using a slightly longer (but more explicit) syntax. Reviewers: jingham Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D35305 llvm-svn: 317093
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud