Add support for the 'X' inline asm operand modifier.
authorEric Christopher <echristo@apple.com>
Thu, 10 May 2012 21:48:22 +0000 (21:48 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 10 May 2012 21:48:22 +0000 (21:48 +0000)
commit05b7a50210c1ebdd88fd7799c3d32b8fe1a0ce29
tree2f57db87028bae50912a694bb587d94b5e01c122
parent89c324bf11b611a322b71ed81846a5c81fb5d01f
Add support for the 'X' inline asm operand modifier.

Patch by Jack Carter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
test/CodeGen/Mips/inlineasm-operand-code.ll [new file with mode: 0644]