Using std::unstable::intrinsics::uninit() causes voidBroken module found #10714
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I modified some code from this
to this:
to attempt to avoid: "error: use of possibly uninitialized variable:
filter_program
" as per @cmr's suggestion.Now the compiler is telling me:
The text was updated successfully, but these errors were encountered: