[PATCH] D26673: [AArch64] Add support for Qualcomm's Falkor CPU

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 11:49:02 PST 2016


rengolin accepted this revision.
rengolin added inline comments.


================
Comment at: lib/Target/AArch64/AArch64Subtarget.cpp:72
     break;
+  case Falkor:
+    break;
----------------
nit: move this below with the empty others...


https://reviews.llvm.org/D26673





More information about the llvm-commits mailing list