Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
NAKAMURA Takumi 8801a5d185 SystemZAsmPrinter.cpp: Fix a warning. [-Wunused-variable]
This could be rewritten as `!ZFL->hasFP(*MF) || FrameReg < 16`
but I thought better to clarify it is `AllocaReg`.
2022-05-21 07:54:09 +09:00

38 KiB