mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
add a note
llvm-svn: 32741
This commit is contained in:
parent
fd16bf61d8
commit
f04c00f475
@ -751,3 +751,12 @@ to grab the bytes from the next cacheline.
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
In c99 mode, the preprocessor doesn't like assembly comments like #TRUNCATE.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
This could be a single 16-bit load.
|
||||
int f(char *p) {
|
||||
if (p[0] == 1 && p[1] == 2) return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user