summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
diff options
context:
space:
mode:
authorKirill Bobyrev <omtcyfz@gmail.com>2016-11-02 10:00:40 +0000
committerKirill Bobyrev <omtcyfz@gmail.com>2016-11-02 10:00:40 +0000
commit1f1751182eac4d6267f09b4e1e00bd6d4668f0eb (patch)
treee2635db2e9d3c6a09fce6051bec4521cbdb00562 /lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
parent7424c8ccd17b3c8e28d048cd13322d665154bb7a (diff)
downloadbcm5719-llvm-1f1751182eac4d6267f09b4e1e00bd6d4668f0eb.tar.gz
bcm5719-llvm-1f1751182eac4d6267f09b4e1e00bd6d4668f0eb.zip
[llvm] FIx if-clause -Wmisleading-indentation issue.
While bootstrapping Clang with recent `gcc 6.2.0` I found a bug related to misleading indentation. I believe, a pair of `{}` was forgotten, especially given the above similar piece of code: ``` if (!RDef || !HII->isPredicable(*RDef)) { Done = coalesceRegisters(RD, RegisterRef(S1)); if (Done) { UpdRegs.insert(RD.Reg); UpdRegs.insert(S1.getReg()); } } ``` Reviewers: kparzysz Differential Revision: https://reviews.llvm.org/D26204 llvm-svn: 285794
Diffstat (limited to 'lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud