[PATCH] D30739: [OpenMP] "declare simd" for AArch64 Advanced SIMD.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 08:41:39 PST 2017
fhahn added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:6664
+
+ static void
+ emitTargetDeclareSimdFunction(const FunctionDecl *FD, llvm::Function *Fn,
----------------
Shouldn't this indentation be on the same level as namespace{}?
https://reviews.llvm.org/D30739
More information about the cfe-commits
mailing list