[PATCH] D26673: [AArch64] Add support for Qualcomm's Falkor CPU
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 13:31:44 PST 2016
mcrosier marked 2 inline comments as done.
mcrosier added inline comments.
================
Comment at: lib/Target/AArch64/AArch64Subtarget.cpp:72
break;
+ case Falkor:
+ break;
----------------
rengolin wrote:
> nit: move this below with the empty others...
Will do. Thanks, Renato.
https://reviews.llvm.org/D26673
More information about the llvm-commits
mailing list