[all-commits] [llvm/llvm-project] 195fe5: [TableGen] Fix a warning in GlobalISelCombinerEmit...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Tue May 13 06:49:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 195fe59c11b825548343ba996cf5e26fe2c432f1
      https://github.com/llvm/llvm-project/commit/195fe59c11b825548343ba996cf5e26fe2c432f1
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp

  Log Message:
  -----------
  [TableGen] Fix a warning in GlobalISelCombinerEmitter.cpp (NFC)

/llvm-project/llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp:2612:14:
error: variable 'ExpectedID' set but not used [-Werror,-Wunused-but-set-variable]
    unsigned ExpectedID = 0;
             ^
1 error generated.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list