Jack Carter c457f62033 The inline asm operand modifier 'n' is suppose
to be generic across architectures. It has the
following description in the gnu sources:

    Negate the immediate constant

Several Architectures such as x86 have local implementations
of operand modifier 'n' which go beyond the above description
slightly. This won't affect them.

Affected files:

    lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
        Added 'n' to the switch cases.

    test/CodeGen/Generic/asm-large-immediate.ll
        Generic compiled test (x86 for me)

    test/CodeGen/Mips/asm-large-immediate.ll
        Mips compiled version of the generic one

Contributer: Jack Carter
llvm-svn: 158939
2012-06-21 21:37:54 +00:00
..
2011-09-21 17:43:48 +00:00
2012-06-14 01:21:00 +00:00
2011-09-09 23:14:58 +00:00
2012-05-12 03:25:16 +00:00
2012-05-12 03:25:16 +00:00
2012-05-12 03:25:16 +00:00
2011-12-20 23:58:36 +00:00
2012-06-02 00:05:45 +00:00
2011-08-12 18:12:06 +00:00
2012-05-12 03:25:16 +00:00
2011-09-09 23:14:58 +00:00
2012-05-12 03:25:16 +00:00
2012-03-29 18:43:11 +00:00
2012-05-12 03:25:16 +00:00
2012-06-14 01:21:00 +00:00
2011-12-19 20:24:28 +00:00
2012-05-12 03:25:16 +00:00
2012-05-12 03:25:16 +00:00
2011-03-04 20:48:39 +00:00
2012-06-14 01:21:00 +00:00
2011-12-20 22:52:19 +00:00
2011-12-24 03:05:43 +00:00
2012-06-14 01:21:00 +00:00
2012-06-14 01:21:00 +00:00
2011-09-09 23:14:58 +00:00
2011-12-02 22:28:09 +00:00
2011-09-09 23:14:58 +00:00
2012-06-02 00:05:45 +00:00
2012-05-12 03:25:16 +00:00
2011-05-25 23:30:30 +00:00