summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeslie Zhai <lesliezhai@llvm.org.cn>2017-04-19 01:20:43 +0000
committerLeslie Zhai <lesliezhai@llvm.org.cn>2017-04-19 01:20:43 +0000
commitb86e9a1c14242da78bd175506b8119a96efc19d2 (patch)
tree9be166a127e12ff979e70812ad4e325a284a3859
parent9317c6476879931e44f26fe5045fc531d85c29bc (diff)
downloadbcm5719-llvm-b86e9a1c14242da78bd175506b8119a96efc19d2.tar.gz
bcm5719-llvm-b86e9a1c14242da78bd175506b8119a96efc19d2.zip
[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 llvm-svn: 300641
-rw-r--r--llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp b/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
index 3762108e685..535bb012eb0 100644
--- a/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
+++ b/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
@@ -26,5 +26,4 @@ AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) {
UseIntegratedAssembler = true;
}
-
} // end of namespace llvm
OpenPOWER on IntegriCloud