Fix r232466 by adding 'i' to the mappings for inline assembly memory constraints.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 17 Mar 2015 12:00:04 +0000 (12:00 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 17 Mar 2015 12:00:04 +0000 (12:00 +0000)
commit06c5d245a2dbad6652ca9ffa262edc169d3fd0d4
tree63e189706e2616abd735f55260a88a5813c2ac41
parentce1f16421f76b79e451e6e0627519b5b8b6af8d3
Fix r232466 by adding 'i' to the mappings for inline assembly memory constraints.

It's not completely clear why 'i' has historically been treated as a memory
constraint. According to the documentation, it represents a constant immediate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232470 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/InlineAsm.h
include/llvm/Target/TargetLowering.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp