Created
January 15, 2014 23:38
-
-
Save anonymous/8446962 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
@glob = internal global i64 4 | |
define void @main() { | |
atomicrmw volatile xchg i64* @glob, i64 5 seq_cst | |
ret void | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment