diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/f128-aggregates.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/f128-aggregates.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/f128-aggregates.ll b/llvm/test/CodeGen/PowerPC/f128-aggregates.ll index 30476508dd1..8c21b85d0ce 100644 --- a/llvm/test/CodeGen/PowerPC/f128-aggregates.ll +++ b/llvm/test/CodeGen/PowerPC/f128-aggregates.ll @@ -11,7 +11,7 @@ %struct.With9fp128params = type { fp128, fp128, fp128, fp128, fp128, fp128, fp128, fp128, fp128 } -@a1 = common local_unnamed_addr global [3 x fp128] zeroinitializer, align 16 +@a1 = local_unnamed_addr global [3 x fp128] zeroinitializer, align 16 ; Function Attrs: norecurse nounwind readonly define fp128 @testArray_01(fp128* nocapture readonly %sa) { |