llvm-mc: Move AsmExpr into MC lib (as MCExpr).
authorDaniel Dunbar <daniel@zuster.org>
Mon, 31 Aug 2009 08:06:59 +0000 (08:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 31 Aug 2009 08:06:59 +0000 (08:06 +0000)
commit28c251b54b0b311749f07babe0f6909e71e877bc
tree9432bc7a679c06e538183eefb1927335bde40e1b
parentbe577659d3c1222cc58c33628c0baddb94d241ab
llvm-mc: Move AsmExpr into MC lib (as MCExpr).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80567 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h [new file with mode: 0644]
lib/MC/CMakeLists.txt
lib/MC/MCExpr.cpp [new file with mode: 0644]
tools/llvm-mc/AsmExpr.cpp [deleted file]
tools/llvm-mc/AsmExpr.h [deleted file]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h
tools/llvm-mc/CMakeLists.txt