diff options
| author | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2017-04-20 01:20:50 +0300 |
|---|---|---|
| committer | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2017-04-22 21:00:50 +0300 |
| commit | 3bf00450cb9413b3c8e1e52fb7dfeaf31eb93b83 (patch) | |
| tree | 9daf2ace5d0f2e5a9e4c6c6141acbfda33d1693e /src/test/codegen/drop.rs | |
| parent | 9cc77d7690fc723b264962a4d01a6221be87d80e (diff) | |
| download | rust-3bf00450cb9413b3c8e1e52fb7dfeaf31eb93b83.tar.gz rust-3bf00450cb9413b3c8e1e52fb7dfeaf31eb93b83.zip | |
remove cleanup branches to the resume block
This improves LLVM performance by 10% lost during the shimmir transition.
Diffstat (limited to 'src/test/codegen/drop.rs')
| -rw-r--r-- | src/test/codegen/drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/drop.rs b/src/test/codegen/drop.rs index a4bd5cf2c15..d7e2cb6d9a5 100644 --- a/src/test/codegen/drop.rs +++ b/src/test/codegen/drop.rs @@ -36,7 +36,7 @@ pub fn droppy() { // CHECK-NOT: call{{.*}}drop{{.*}}SomeUniqueName // CHECK: invoke{{.*}}drop{{.*}}SomeUniqueName // CHECK: invoke{{.*}}drop{{.*}}SomeUniqueName -// CHECK: invoke{{.*}}drop{{.*}}SomeUniqueName +// CHECK: call{{.*}}drop{{.*}}SomeUniqueName // CHECK-NOT: {{(call|invoke).*}}drop{{.*}}SomeUniqueName // The next line checks for the } that ends the function definition // CHECK-LABEL: {{^[}]}} |
