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