[PATCH] D71349: [Attributor][NFC] Refactoring `AANoFreeArgument::updateImpl`

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 06:18:13 PST 2019


uenoku marked an inline comment as done.
uenoku added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:1567
+        return true;
+      };
 
----------------
sstefan1 wrote:
> looks like there's an extra ';' here.
Yes, thanks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71349/new/

https://reviews.llvm.org/D71349





More information about the llvm-commits mailing list