[all-commits] [llvm/llvm-project] 1811e8: [CodeGen] Fix enumeration value 'HasFakeUses' not ...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Fri Oct 4 05:31:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1811e872042a32e28ec0956a8422780b176ef3a4
      https://github.com/llvm/llvm-project/commit/1811e872042a32e28ec0956a8422780b176ef3a4
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    M llvm/lib/CodeGen/MachineFunction.cpp

  Log Message:
  -----------
  [CodeGen] Fix enumeration value 'HasFakeUses' not handled in switch (NFC)

llvm-project/llvm/lib/CodeGen/MachineFunction.cpp:95:10:
error: enumeration value 'HasFakeUses' not handled in switch [-Werror,-Wswitch]
  switch(Prop) {
         ^~~~
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