[PATCH] D24453: Simplify Libcalls for ARM PCS

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 08:55:22 PDT 2016


jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.

LGTM with one change.


================
Comment at: lib/Transforms/Utils/SimplifyLibCalls.cpp:86
@@ +85,3 @@
+  }
+  return false;
+}
----------------
Just change this to default: return false; so we don't end up with "enumeration value not covered in switch" warnings.


https://reviews.llvm.org/D24453





More information about the llvm-commits mailing list