[all-commits] [llvm/llvm-project] ca134e: [NFC] fix diagnostic
JF Bastien via All-commits
all-commits at lists.llvm.org
Tue Jun 30 21:49:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca134e4c525babf0c414c78fb53d648fbee364d8
https://github.com/llvm/llvm-project/commit/ca134e4c525babf0c414c78fb53d648fbee364d8
Author: JF Bastien <jfbastien at apple.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/InlineSpiller.cpp
Log Message:
-----------
[NFC] fix diagnostic
It's pretty silly to diagnose on a scalar copy but the build does that:
loop variable 'SibReg' of type 'const llvm::Register' creates a copy from type 'const llvm::Register' [-Wrange-loop-analysis]
More information about the All-commits
mailing list