[PATCH] D61948: Implement call lowering without parameters on AIX

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 18:36:36 PDT 2019


efriedma added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:6595
+    llvm_unreachable("Call lowering with parameters is not implemented "
+                     "on AIX yet.");
+
----------------
Please use report_fatal_error instead of llvm_unreachable for code that you expect is actually reachable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61948





More information about the llvm-commits mailing list