summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-09-11 17:27:53 +0000
committerReid Kleckner <rnk@google.com>2015-09-11 17:27:53 +0000
commit9e8f2b46b2c45f37b9f7f2af73815cccd4265928 (patch)
treeafd85686b169b77ae32bc08f3d522ad7e05631cb
parent5dbee7baef101399992f4cea8a8ebbb94b1f3e39 (diff)
downloadbcm5719-llvm-9e8f2b46b2c45f37b9f7f2af73815cccd4265928.tar.gz
bcm5719-llvm-9e8f2b46b2c45f37b9f7f2af73815cccd4265928.zip
Update test expectations for LLVM asm printing change
llvm-svn: 247434
-rw-r--r--clang/test/CodeGen/exceptions-seh-new.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/clang/test/CodeGen/exceptions-seh-new.c b/clang/test/CodeGen/exceptions-seh-new.c
index aa056b95870..2fc4f1b88df 100644
--- a/clang/test/CodeGen/exceptions-seh-new.c
+++ b/clang/test/CodeGen/exceptions-seh-new.c
@@ -30,8 +30,9 @@ int safe_div(int numerator, int denominator, int *res) {
// CHECK: to label %{{.*}} unwind label %[[catchpad:[^ ]*]]
//
// CHECK: [[catchpad]]
-// X64: %[[padtoken:[^ ]*]] = catchpad [i8* null] to label %[[exceptret:[^ ]*]] unwind label
-// X86: %[[padtoken:[^ ]*]] = catchpad [i8* bitcast (i32 ()* @"\01?filt$0@0@safe_div@@" to i8*)] to label %[[exceptret:[^ ]*]] unwind label
+// X64: %[[padtoken:[^ ]*]] = catchpad [i8* null]
+// X86: %[[padtoken:[^ ]*]] = catchpad [i8* bitcast (i32 ()* @"\01?filt$0@0@safe_div@@" to i8*)]
+// CHECK-NEXT: to label %[[exceptret:[^ ]*]] unwind label
//
// CHECK: [[exceptret]]
// CHECK: catchret %[[padtoken]] to label %[[except:[^ ]*]]
@@ -113,7 +114,8 @@ int nested_try(void) {
// CHECK: to label %[[cont:[^ ]*]] unwind label %[[cpad_inner:[^ ]*]]
//
// CHECK: [[cpad_inner]]
-// CHECK: catchpad [i8* bitcast (i32 ({{.*}})* @"\01?filt$1@0@nested_try@@" to i8*)] to label %[[exceptret_inner:[^ ]*]] unwind label %[[cpad_outer:[^ ]*]]
+// CHECK: catchpad [i8* bitcast (i32 ({{.*}})* @"\01?filt$1@0@nested_try@@" to i8*)]
+// CHECK-NEXT: to label %[[exceptret_inner:[^ ]*]] unwind label %[[cpad_outer:[^ ]*]]
//
// CHECK: [[exceptret_inner]]
// CHECK: catchret {{.*}} to label %[[except_inner:[^ ]*]]
@@ -126,7 +128,8 @@ int nested_try(void) {
// CHECK: br label %[[outer_try_cont:[^ ]*]]
//
// CHECK: [[cpad_outer]]
-// CHECK: catchpad [i8* bitcast (i32 ({{.*}})* @"\01?filt$0@0@nested_try@@" to i8*)] to label %[[exceptret_outer:[^ ]*]] unwind label
+// CHECK: catchpad [i8* bitcast (i32 ({{.*}})* @"\01?filt$0@0@nested_try@@" to i8*)]
+// CHECK-NEXT: to label %[[exceptret_outer:[^ ]*]] unwind label
//
// CHECK: [[exceptret_outer]]
// CHECK: catchret {{.*}} to label %[[except_outer:[^ ]*]]
OpenPOWER on IntegriCloud