RKSimon added inline comments.

================
Comment at: llvm/lib/IR/Attributes.cpp:453
+        return "uwtable";
+      return ("uwtable(" + Twine(Kind == UWTableKind::Sync ? "sync" : "async") 
+
+              ")")
----------------
@chill Static analysis is warning that its impossible to hit the if(Kind == 
Default) case here - it looks like you have merged 2 versions of the same (Kind 
!= UWTableKind::None) handling code?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114543

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to