[all-commits] [llvm/llvm-project] 1675f8: [TableGen] Pull the increment of a variable out of...
topperc via All-commits
all-commits at lists.llvm.org
Sun Aug 9 20:26:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1675f8a2516d0a6f90744aef1066482ee072bbc8
https://github.com/llvm/llvm-project/commit/1675f8a2516d0a6f90744aef1066482ee072bbc8
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M llvm/utils/TableGen/RegisterInfoEmitter.cpp
Log Message:
-----------
[TableGen] Pull the increment of a variable out of an assert.
The variable is only used by the assert so the code was fine
before, but it was flagged in PR47072.
More information about the All-commits
mailing list