[PATCH] D54208: Fix unit tests after patch https://reviews.llvm.org/rL346313

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 06:47:56 PST 2018


calixte added inline comments.


================
Comment at: unittests/Analysis/TargetLibraryInfoTest.cpp:551
+      "declare float @__sinhf_finite(float)\n"
+      "declare x86_fp80 @__sinhl_finite(x86_fp80)\n");
 
----------------
marco-c wrote:
> Nit: unneeded change here
I just used clang-format and it changed that


Repository:
  rL LLVM

https://reviews.llvm.org/D54208





More information about the llvm-commits mailing list