[PATCH] D18729: [llvm-c] Improve IR Introspection: Add ValueKind

Nicole Mazzuca via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 07:32:46 PDT 2016


ubsan added inline comments.

================
Comment at: tools/llvm-c-test/echo.cpp:295
@@ -294,3 @@
-  if (!LLVMIsAConstantExpr(Cst))
-    report_fatal_error("Expected a constant expression");
-
----------------
deadalnix wrote:
> ubsan wrote:
> > whitequark wrote:
> > > Why did you remove this?
> > The exact same test is also at the top of the function.
> No it is not.
Ah. I misread. I will add it back in.


http://reviews.llvm.org/D18729





More information about the llvm-commits mailing list