Commit 2214026e authored by Jie Fu's avatar Jie Fu
Browse files

[CodeGen] Fix -Wunused-variable in RegisterCoalescer.cpp (NFC)

/llvm-project/llvm/lib/CodeGen/RegisterCoalescer.cpp:1320:18: error: unused variable 'DefSubIdx' [-Werror,-Wunused-variable]
  const unsigned DefSubIdx = DefMI->getOperand(0).getSubReg();
                 ^
1 error generated.
parent e28708d4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment