1 // RUN: %clang_cc1 -triple i686-linux-gnu -emit-llvm %s -o - | FileCheck %s
2 // https://github.com/llvm/llvm-project/issues/54845
4 void *operator new(unsigned int, void *);
7 // This store used to have an alignment of 8, which was incorrect as
8 // the i386 psABI only guarantees a 4-byte alignment for doubles.
10 // CHECK: store double 0.000000e+00, {{.*}}, align 4