commit | 59b66883eacbc62a09c09f08bcbfdce7af46cf31 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Tue Aug 09 23:02:53 2011 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Tue Aug 09 23:02:53 2011 +0000 |
tree | 94bf465b6c6ec54c89d295d0422be1d6cc3613c6 | |
parent | e95fcf7860d7de015a4fd2b41eb785340c32f875 [diff] [blame] |
Representation of 'atomic load' and 'atomic store' in IR. llvm-svn: 137170
diff --git a/llvm/docs/Atomics.html b/llvm/docs/Atomics.html index 92065a9..a7bfe18 100644 --- a/llvm/docs/Atomics.html +++ b/llvm/docs/Atomics.html
@@ -3,6 +3,7 @@ <html> <head> <title>LLVM Atomic Instructions and Concurrency Guide</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="llvm.css" type="text/css"> </head> <body>