[all-commits] [llvm/llvm-project] 8f7b6a: [X86] Remove unnecessary defaulted argument from f...
topperc via All-commits
all-commits at lists.llvm.org
Sat Oct 17 23:18:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f7b6a904fab1a0490c6b7cdf182d219f90c5cd4
https://github.com/llvm/llvm-project/commit/8f7b6a904fab1a0490c6b7cdf182d219f90c5cd4
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-10-17 (Sat, 17 Oct 2020)
Changed paths:
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
Log Message:
-----------
[X86] Remove unnecessary defaulted argument from function in X86FoldTablesEmitter.cpp. NFC
Nothing ever calls it with anything other than the default value.
So just delete it and the code that handled the non-default value.
More information about the All-commits
mailing list