[AVR] Migrate to new MCAsmInfo CodePointerSize

Reviewers: dylanmckay, rengolin, kzhuravl, jroelofs

Reviewed By: kzhuravl, jroelofs

Subscribers: kzhuravl, llvm-commits

Differential Revision: https://reviews.llvm.org/D32154



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300641 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Leslie Zhai 2017-04-19 01:20:43 +00:00
parent c03abe83a3
commit afe170774a

View File

@ -26,5 +26,4 @@ AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) {
UseIntegratedAssembler = true;
}
} // end of namespace llvm