Skip to content

Instantly share code, notes, and snippets.

@jgouly
Last active August 29, 2015 14:01
Show Gist options
  • Save jgouly/24cc1e35bd1863b2bfc6 to your computer and use it in GitHub Desktop.
Save jgouly/24cc1e35bd1863b2bfc6 to your computer and use it in GitHub Desktop.
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