Last active
August 29, 2015 14:01
-
-
Save jgouly/24cc1e35bd1863b2bfc6 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
target triple = "x86_64-unknown-linux-gnu" | |
@Array2Glob = external global [2500 x i32] | |
define void @__PascalMain() { | |
%1 = add i32 undef, 4 | |
br label %P.Proc8.exit | |
P.Proc8.exit: | |
%valueindex35.i = getelementptr [2500 x i32]* @Array2Glob, i32 0, i32 %1 | |
store i32 undef, i32* %valueindex35.i | |
ret void | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment