rupprecht added inline comments.
================
Comment at: clang/lib/Sema/SemaExpr.cpp:13047
+ F->setUsesFPIntrin(true);
+ printf("Enclosing function uses fp intrinsics\n");
+}
----------------
Looks like this is leftover debugging? I'm seeing log spam compiling some files
-- this message repeated hundreds of times. I'll go ahead and create a patch
that nukes this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62731/new/
https://reviews.llvm.org/D62731
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits