[llvm-commits] [llvm] r168568 - /llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
Sebastian Pop
spop at codeaurora.org
Mon Nov 26 09:38:52 PST 2012
Nadav Rotem wrote:
> + if (MemoryRuntimeCheck) {
> + MemoryRuntimeCheck = BinaryOperator::Create(Instruction::Or,
> + MemoryRuntimeCheck,
> + IsConflict,
> + "conflict.rdx", Loc);
> + } else {
> + MemoryRuntimeCheck = IsConflict;
> + }
Please remove the braces on single stmt then and else clauses.
Thanks,
Sebastian
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
More information about the llvm-commits
mailing list