[PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 16 14:00:53 PST 2016
deadalnix added inline comments.
================
Comment at: include/llvm-c/Core.h:1203
@@ -1202,3 +1202,3 @@
/**
- * Determine whether the specified constant instance is constant.
+ * Determine whether the specified value instance is constant.
*/
----------------
Wallbraker wrote:
> This change seems completely unrelated.
Indeed, there was a typo here in the past, but it has been fixed and now this change don't make ay sense anymore, good catch.
http://reviews.llvm.org/D10725
More information about the llvm-commits
mailing list