Created
May 27, 2015 06:01
-
-
Save evanphx/f81acc7a8bf527c7121b 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
| // Given | |
| struct StackFrame { | |
| VALUE* locals | |
| } | |
| N = local wanted | |
| $1 = load getelementptr %struct.StackFrame, *%struct.StackFrame, 0, 0, N |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment