]> granicus.if.org Git - clang/commit
Allow MCCodeEmitter access to the target MCRegisterInfo.
authorJim Grosbach <grosbach@apple.com>
Tue, 15 May 2012 17:36:07 +0000 (17:36 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 15 May 2012 17:36:07 +0000 (17:36 +0000)
commit92ecfe9c475c1ef2ae9b3523234a88b44fd0b9bb
treeb0d8790c01ee7f10fe17ac375db7b810566a9247
parentde7e7b857c8c6f9dc7fecb18fcb947b003748d16
Allow MCCodeEmitter access to the target MCRegisterInfo.

Add MRI to the createMCCodeEmitter() call.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156830 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/cc1as_main.cpp