Skip to content
Snippets Groups Projects
Commit 8e8780a5 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by Linus Torvalds
Browse files
parent 4ca5ede0
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* clobbered. The issue is as follows: while the inline asm might * clobbered. The issue is as follows: while the inline asm might
* access any memory it wants, the compiler could have fit all of * access any memory it wants, the compiler could have fit all of
* @ptr into memory registers instead, and since @ptr never escaped * @ptr into memory registers instead, and since @ptr never escaped
* from that, it proofed that the inline asm wasn't touching any of * from that, it proved that the inline asm wasn't touching any of
* it. This version works well with both compilers, i.e. we're telling * it. This version works well with both compilers, i.e. we're telling
* the compiler that the inline asm absolutely may see the contents * the compiler that the inline asm absolutely may see the contents
* of @ptr. See also: https://llvm.org/bugs/show_bug.cgi?id=15495 * of @ptr. See also: https://llvm.org/bugs/show_bug.cgi?id=15495
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment