mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-25 05:34:59 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a199de813
commit
b9853ebc7b
@ -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…
x
Reference in New Issue
Block a user