about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-05-17 15:39:35 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-08-11 17:09:15 +0200
commit307d0d8f51e65d83274ff61072e15401ab852496 (patch)
treec30029208b35527c1621d36aec2c16b38215126c /src/test/codegen
parent441fd2255763c2aeea616aeac61b2c795a4c5330 (diff)
downloadrust-307d0d8f51e65d83274ff61072e15401ab852496.tar.gz
rust-307d0d8f51e65d83274ff61072e15401ab852496.zip
move Deaggregate pass to post_borrowck_cleanup
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/consts.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/codegen/consts.rs b/src/test/codegen/consts.rs
index ed93af2f993..318f9b0eec3 100644
--- a/src/test/codegen/consts.rs
+++ b/src/test/codegen/consts.rs
@@ -10,11 +10,11 @@
 // CHECK: @STATIC = {{.*}}, align 4
 
 // This checks the constants from inline_enum_const
-// CHECK: @alloc7 = {{.*}}, align 2
+// CHECK: @alloc8 = {{.*}}, align 2
 
 // This checks the constants from {low,high}_align_const, they share the same
 // constant, but the alignment differs, so the higher one should be used
-// CHECK: [[LOW_HIGH:@[0-9]+]] = {{.*}} getelementptr inbounds (<{ [8 x i8] }>, <{ [8 x i8] }>* @alloc19, i32 0, i32 0, i32 0), {{.*}}
+// CHECK: [[LOW_HIGH:@[0-9]+]] = {{.*}} getelementptr inbounds (<{ [8 x i8] }>, <{ [8 x i8] }>* @alloc20, i32 0, i32 0, i32 0), {{.*}}
 
 #[derive(Copy, Clone)]
 // repr(i16) is required for the {low,high}_align_const test