]> granicus.if.org Git - clang/commit
Fix volatile _Complex alignment test on platforms where 64-bit floating point isn...
authorJF Bastien <jfb@google.com>
Thu, 18 Jul 2013 06:11:45 +0000 (06:11 +0000)
committerJF Bastien <jfb@google.com>
Thu, 18 Jul 2013 06:11:45 +0000 (06:11 +0000)
commitc6dabb90d34d011cb7f96b7ae5c69600e9cf6818
tree8dd005e10ae9acc8c27da5d97502fdb62195185d
parentb061ce2c7af5bb19294e16dbaf19a6b37ed2f716
Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned

Add x86-64 triple, and check its datalayout. Also add some comments, and use the new CHECK-LABEL.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186564 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/volatile-complex.c