[PATCH] D33240: [Atomics] Rename and change prototype for atomic memcpy intrinsic
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 21 20:07:44 PDT 2017
skatkov added inline comments.
================
Comment at: lib/IR/Verifier.cpp:3992
+ const ElementUnorderedAtomicMemCpyInst *MI =
+ cast<ElementUnorderedAtomicMemCpyInst>(CS.getInstruction());;
+ ConstantInt *AlignCI = dyn_cast<ConstantInt>(MI->getRawAlignment());
----------------
Extra semicolon
https://reviews.llvm.org/D33240
More information about the llvm-commits
mailing list