aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/packed-nest-unpacked.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/packed-nest-unpacked.c')
-rw-r--r--test/CodeGen/packed-nest-unpacked.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/packed-nest-unpacked.c b/test/CodeGen/packed-nest-unpacked.c
index 6097e3f32eae..7f486c99987d 100644
--- a/test/CodeGen/packed-nest-unpacked.c
+++ b/test/CodeGen/packed-nest-unpacked.c
@@ -60,6 +60,6 @@ struct YBitfield gbitfield;
unsigned test7() {
// CHECK: @test7
- // CHECK: load i32* bitcast (%struct.XBitfield* getelementptr inbounds (%struct.YBitfield* @gbitfield, i32 0, i32 1) to i32*), align 1
+ // CHECK: load i32* bitcast (%struct.XBitfield* getelementptr inbounds (%struct.YBitfield* @gbitfield, i32 0, i32 1) to i32*), align 4
return gbitfield.y.b2;
}