[PATCH] D52414: IR: Move AtomicRMW string names into class
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 09:23:29 PDT 2018
jfb accepted this revision.
jfb added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/IR/Instructions.h:768
+ }
+
void setOperation(BinOp Operation) {
----------------
This is probably better to have in a .cpp file.
https://reviews.llvm.org/D52414
More information about the llvm-commits
mailing list