mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +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. llvm-svn: 100584
This commit is contained in:
parent
e20cc3b28c
commit
1d32196fdc
@ -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