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:
Jakob Stoklund Olesen 2010-04-06 23:44:44 +00:00
parent e20cc3b28c
commit 1d32196fdc

View File

@ -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;
}