From: Leslie Zhai Date: Wed, 19 Apr 2017 01:20:43 +0000 (+0000) Subject: [AVR] Migrate to new MCAsmInfo CodePointerSize X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afe170774a34b0866dc5a61c5d73c591f35dd2f1;p=llvm [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 --- diff --git a/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp b/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp index 3762108e685..535bb012eb0 100644 --- a/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp +++ b/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp @@ -26,5 +26,4 @@ AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) { UseIntegratedAssembler = true; } - } // end of namespace llvm