mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Let that which does not matter truly slide.
This test only cares about alignment, so don't test for other cruft. An upcoming llvm-gcc patch needs this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
795ee9dd1e
commit
e7b744fe64
@ -9,7 +9,7 @@ struct S {
|
||||
};
|
||||
|
||||
void f0(struct S *a) {
|
||||
// CHECK: %3 = load i32* %2, align 4
|
||||
// CHECK: store i32 %4, i32* %2, align 4
|
||||
// CHECK: load {{.*}}, align 4
|
||||
// CHECK: store {{.*}}, align 4
|
||||
a->e = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user