PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.
[oota-llvm.git] / test / CodeGen / X86 / inline-asm-modifier-n.ll
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...