Hi Tim,

The switch code in EmitCommonNeonSISDBuiltinExpr() :

  switch (BuiltinID) {
  default: break;
  }

CGBuiltin.cpp:2791 generates an obvious warning in Visual Studio.

It's a placeholder for things to come?

Yaron



2014-03-29 18:09 GMT+03:00 Tim Northover <[email protected]>:

> Author: tnorthover
> Date: Sat Mar 29 10:09:45 2014
> New Revision: 205100
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205100&view=rev
> Log:
> ARM64: initial clang support commit.
>
> This adds Clang support for the ARM64 backend. There are definitely
> still some rough edges, so please bring up any issues you see with
> this patch.
>
> As with the LLVM commit though, we think it'll be more useful for
> merging with AArch64 from within the tree.
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to