Initial checkin of the InlineAsm class
authorChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2006 04:13:11 +0000 (04:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2006 04:13:11 +0000 (04:13 +0000)
commitcc041ba03aed685400197fb938b7a583713d25af
tree002b884baab37ed1918904254b86eb9f3d39a50f
parent52060a0e7190d7713042f18b1b949d1ae953638f
Initial checkin of the InlineAsm class

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25570 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InlineAsm.h [new file with mode: 0644]
include/llvm/Module.h
include/llvm/Value.h
lib/VMCore/AsmWriter.cpp
lib/VMCore/Globals.cpp
lib/VMCore/InlineAsm.cpp [new file with mode: 0644]
lib/VMCore/Module.cpp