[PATCH] D61595: [SIMode] Fix typo in Status constructor

Tim Corringham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 02:35:51 PDT 2019


timcorringham added a comment.

Sorry not to have noticed this sooner - I was just about to make a fix myself.   I chose to change the constructor to

  Status(unsigned NewMask, unsigned NewMode) : Mask(NewMask), Mode(NewMode & NewMask) {};

but your change is fine.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61595





More information about the llvm-commits mailing list