Rewrite a bunch of the CBE's inline asm code, giving it the
authorChris Lattner <sabre@nondot.org>
Wed, 4 Jun 2008 18:03:28 +0000 (18:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Jun 2008 18:03:28 +0000 (18:03 +0000)
commit67f631dfd50ddbbe22995bc3233f9e8d32bdf33f
treeafaebfdcf4c042d969d53f0857c60150a265fddb
parent38b425020b102716d58c0833ff9ef56bc1d750c4
Rewrite a bunch of the CBE's inline asm code, giving it the
ability to handle indirect input operands.  This fixes PR2407.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51952 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
test/CodeGen/CBackend/2008-06-04-IndirectMem.ll [new file with mode: 0644]