[all-commits] [llvm/llvm-project] 62c0bd: [CodeGen] Fix a warning in release builds
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jun 9 11:00:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62c0bdabfa32f6e32b17b45425b15309db340dfb
https://github.com/llvm/llvm-project/commit/62c0bdabfa32f6e32b17b45425b15309db340dfb
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/lib/CodeGen/MachineScheduler.cpp
Log Message:
-----------
[CodeGen] Fix a warning in release builds
This patch fixes:
llvm/lib/CodeGen/MachineScheduler.cpp:4223:9: error: unused type
alias 'IntervalTy' [-Werror,-Wunused-local-typedef]
More information about the All-commits
mailing list