mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
add a note
llvm-svn: 61513
This commit is contained in:
parent
c163bf5042
commit
1cfa9f47db
@ -1486,3 +1486,12 @@ codegen.
|
||||
456.hmmer apparently uses strcspn and strspn a lot. 471.omnetpp uses strspn.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
"gas" uses this idiom:
|
||||
else if (strchr ("+-/*%|&^:[]()~", *intel_parser.op_string))
|
||||
..
|
||||
else if (strchr ("<>", *intel_parser.op_string)
|
||||
|
||||
Those should be turned into a switch.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user