-
-
Save solson/afd53f2681be6455b2d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- old 2015-12-29 23:16:32.027926372 -0600 | |
| +++ new 2015-12-29 23:16:42.975400757 -0600 | |
| @@ -1,22 +1,22 @@ | |
| -fn(arg0: &[closure@closure-no-captures.rs:7:14: 7:39 a:&i32], arg1: i32) -> i32 { | |
| +fn(arg0: &[closure@closure-args.rs:8:14: 8:39 a:&i32], arg1: i32) -> i32 { | |
| let var0: i32; // b | |
| let tmp0: (); | |
| let tmp1: i32; | |
| let tmp2: i32; | |
| bb0: { | |
| - var0 = arg0; | |
| + var0 = arg1; | |
| tmp1 = (*(*arg0).0); | |
| tmp2 = var0; | |
| ReturnPointer = Add(tmp1, tmp2); | |
| goto -> bb1; | |
| } | |
| bb1: { | |
| return; | |
| } | |
| bb2: { | |
| diverge; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment