[PATCH] D29623: [ARM] Replace HasT2ExtractPack with HasDSP
Z. Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 15:01:17 PST 2017
zzheng added inline comments.
================
Comment at: lib/Target/ARM/ARMSubtarget.h:171
/// instructions.
- bool HasT2ExtractPack = false;
+ //bool HasT2ExtractPack = false;
----------------
Any reason they needed to be commented out rather than removed?
https://reviews.llvm.org/D29623
More information about the llvm-commits
mailing list