[NFC][IR][AsmWriter] Fix Wreturn-type gcc warning
GCC warning: ``` /llvm-project/llvm/lib/IR/AsmWriter.cpp:3175:1: warning: control reaches end of non-void function [-Wreturn-type] 3175 | } | ^ ```
Loading
Please sign in to comment
GCC warning: ``` /llvm-project/llvm/lib/IR/AsmWriter.cpp:3175:1: warning: control reaches end of non-void function [-Wreturn-type] 3175 | } | ^ ```