llvm-mc: Switch MCExpr construction to using static member functions, and taking...
authorDaniel Dunbar <daniel@zuster.org>
Mon, 31 Aug 2009 08:07:22 +0000 (08:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 31 Aug 2009 08:07:22 +0000 (08:07 +0000)
commit9643ac55142d40da404caa8e5fedfef2cd7b4afc
treef925fcae59497a061b91541242aeb85adfcea514
parent869a5e7d66cdc756608190bff1e837fe5809d16e
llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80569 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
lib/MC/MCExpr.cpp
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h