Commit 90525125 authored by David Green's avatar David Green
Browse files

[Flang] Remove unnecessary static_assert

Certain compilers do not seem to like the static assert with a string, causing
a implicit conversion. It can be removed as it should not be reachable and the
mlir::failure should handle it correctly in case it is.
parent 8ca0364d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment