summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-04-04 23:14:14 +0000
committerReid Kleckner <rnk@google.com>2016-04-04 23:14:14 +0000
commit2ed6beac719c211c43ae85b44d209af97d50282d (patch)
tree0c6c94e15d929fc971f3adbd51e4faedac7b256e /clang/test/CodeGen
parent7de6761561012aa726c6fd495ab55bc1a67d5e9a (diff)
downloadbcm5719-llvm-2ed6beac719c211c43ae85b44d209af97d50282d.tar.gz
bcm5719-llvm-2ed6beac719c211c43ae85b44d209af97d50282d.zip
Fix test failure from r265361
llvm-svn: 265362
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/align_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/align_value.cpp b/clang/test/CodeGen/align_value.cpp
index 6d0e48128cb..1601e3dcc57 100644
--- a/clang/test/CodeGen/align_value.cpp
+++ b/clang/test/CodeGen/align_value.cpp
@@ -4,7 +4,7 @@ typedef double * __attribute__((align_value(64))) aligned_double;
void foo(aligned_double x, double * y __attribute__((align_value(32))),
double & z __attribute__((align_value(128)))) { };
-// CHECK: define void @_Z3fooPdS_Rd(double* align 64 %x, double* align 32 %y, double* dereferenceable(8) align 128 %z)
+// CHECK: define void @_Z3fooPdS_Rd(double* align 64 %x, double* align 32 %y, double* align 128 dereferenceable(8) %z)
struct ad_struct {
aligned_double a;
OpenPOWER on IntegriCloud