diff options
Diffstat (limited to 'test/CodeGen/ppc64-align-long-double.c')
-rw-r--r-- | test/CodeGen/ppc64-align-long-double.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ppc64-align-long-double.c b/test/CodeGen/ppc64-align-long-double.c index 6d07f70..2214e24 100644 --- a/test/CodeGen/ppc64-align-long-double.c +++ b/test/CodeGen/ppc64-align-long-double.c @@ -13,4 +13,4 @@ long double test (struct S x) return x.b; } -// CHECK: %{{[0-9]}} = load ppc_fp128* %{{[a-zA-Z0-9]+}}, align 16 +// CHECK: %{{[0-9]}} = load ppc_fp128, ppc_fp128* %{{[a-zA-Z0-9]+}}, align 16 |