mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
GCC complains FieldParser returns the value that does not have an obvious initial value. Set an initial return value for the FieldParser function. The change is a no-op functionality-wise. The return value should be updated within the function. This should fix https://github.com/llvm/llvm-project/issues/64312 Differential Revision: https://reviews.llvm.org/D156848
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.