summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenInstruction.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-26 22:36:53 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-26 22:36:53 +0000
commitc190523d7a3a93d37c4a5bb612a928cfe3e6957a (patch)
tree859b74be137cd5a2e88abd0250aee38cd7e0fcf7 /llvm/utils/TableGen/CodeGenInstruction.cpp
parentb60d87c5172e402bb804dbd7bf603a9b4865663b (diff)
downloadbcm5719-llvm-c190523d7a3a93d37c4a5bb612a928cfe3e6957a.tar.gz
bcm5719-llvm-c190523d7a3a93d37c4a5bb612a928cfe3e6957a.zip
When a member reference expression includes a qualifier on the member
name, e.g., x->Base::f() retain the qualifier (and its source range information) in a new subclass of MemberExpr called CXXQualifiedMemberExpr. Provide construction, transformation, profiling, printing, etc., for this new expression type. When a virtual function is called via a qualified name, don't emit a virtual call. Instead, call that function directly. Mike, could you add a CodeGen test for this, too? llvm-svn: 80167
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud