Rebase fixups

This commit is contained in:
Simonas Kazlauskas 2017-02-04 03:55:56 +02:00
parent 1949bdf531
commit 49ccc106da
6 changed files with 2 additions and 8 deletions

View file

@ -21,7 +21,7 @@ pub enum E {
#[no_mangle]
pub fn exhaustive_match(e: E) {
// CHECK: switch{{.*}}, label %[[OTHERWISE:[a-zA-Z0-9_]+]] [
// CHECK-NEXT: i8 [[DISCR:[0-9]+]], label %[[TRUE:[a-zA-Z0-9_]+]]
// CHECK-NEXT: i[[TY:[0-9]+]] [[DISCR:[0-9]+]], label %[[TRUE:[a-zA-Z0-9_]+]]
// CHECK-NEXT: ]
// CHECK: [[TRUE]]:
// CHECK-NEXT: br label %[[EXIT:[a-zA-Z0-9_]+]]