OSDN Git Service

Preliminary support for inline asm in the cbe. The target specific ugliness
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 27 Nov 2006 23:50:49 +0000 (23:50 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 27 Nov 2006 23:50:49 +0000 (23:50 +0000)
commit29c277fc2c8beeddfeda00f5a333318b8557f025
tree91cbd4ae45fc0761e800a563c7512c6ee4d0452f
parentc0f64ffab93d11fb27a3b8a0707b77400918a20e
Preliminary support for inline asm in the cbe.  The target specific ugliness
is still in Writer, but issolated to a single function. This might be split
into something in each target directory.  This is sufficient to get through
archie and an strcpy impl on linux-x86.

Module level asm is not handled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31948 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp