[PATCH] D18729: [llvm-c] Improve IR Introspection: Add enums
Nicole Mazzuca via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 3 14:49:27 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");
-
----------------
whitequark wrote:
> Why did you remove this?
The exact same test is also at the top of the function.
http://reviews.llvm.org/D18729
More information about the llvm-commits
mailing list