search for: as_warn

Displaying 1 result from an estimated 1 matches for "as_warn".

Did you mean: __warn
2012 Dec 17
0
[LLVMdev] LLVMdev Digest, Vol 98, Issue 33
...ls (gas/config/tc-i386.c), I found: if (!quiet_warnings) { ..... if (t->opcode_modifier.isprefix && t->opcode_modifier.ignoresize) { /* Warn them that a data or address size prefix doesn't affect assembly of the next line of code. */ as_warn (_("stand-alone `%s' prefix"), t->name); } } It looks like the `data16' does not have any influence on the instructions followed. My opinion is to safely ignore this warning :=D -- Giggle (giggling) On Sat, Aug 18, 2012 at 1:00 AM, <llvmdev-request at cs.uiuc.edu&gt...