Change inline asms to be uniqued like constants, not embedded in a Module.
authorChris Lattner <sabre@nondot.org>
Wed, 25 Jan 2006 18:57:27 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Jan 2006 18:57:27 +0000 (18:57 +0000)
commit863517aea0b06770c809396be985c1c4cc50d3c4
treec39ef3d1eac212de36fbe51bb52a4308d559051d
parentee4a76563a84839453588104e94d4891fc44d625
Change inline asms to be uniqued like constants, not embedded in a Module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25610 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InlineAsm.h
include/llvm/Module.h
lib/VMCore/AsmWriter.cpp
lib/VMCore/InlineAsm.cpp
lib/VMCore/Module.cpp